public class VerticalLineTo extends Command
Modifier and Type | Field and Description |
---|---|
static char |
ABSOLUTE_COMMAND |
static char |
RELATIVE_COMMAND |
Constructor and Description |
---|
VerticalLineTo() |
VerticalLineTo(double... values) |
VerticalLineTo(double y) |
VerticalLineTo(double[] ys,
boolean relative) |
VerticalLineTo(double y,
boolean relative) |
Modifier and Type | Method and Description |
---|---|
char |
getAbsoluteCommand() |
char |
getRelativeCommand() |
String |
toString() |
isRelative
public static final char ABSOLUTE_COMMAND
public static final char RELATIVE_COMMAND
public VerticalLineTo()
public VerticalLineTo(double y)
public VerticalLineTo(double y, boolean relative)
public VerticalLineTo(double[] ys, boolean relative)
public VerticalLineTo(double... values)
public char getAbsoluteCommand()
getAbsoluteCommand
in class Command
public char getRelativeCommand()
getRelativeCommand
in class Command
Copyright © 2018 Xalys. All rights reserved.