public class HorizontalLineTo extends Command
| Modifier and Type | Field and Description |
|---|---|
static char |
ABSOLUTE_COMMAND |
static char |
RELATIVE_COMMAND |
| Constructor and Description |
|---|
HorizontalLineTo() |
HorizontalLineTo(double... values) |
HorizontalLineTo(double x) |
HorizontalLineTo(double[] xs,
boolean relative) |
HorizontalLineTo(double x,
boolean relative) |
| Modifier and Type | Method and Description |
|---|---|
char |
getAbsoluteCommand() |
char |
getRelativeCommand() |
String |
toString() |
isRelativepublic static final char ABSOLUTE_COMMAND
public static final char RELATIVE_COMMAND
public HorizontalLineTo()
public HorizontalLineTo(double x)
public HorizontalLineTo(double x,
boolean relative)
public HorizontalLineTo(double[] xs,
boolean relative)
public HorizontalLineTo(double... values)
public char getAbsoluteCommand()
getAbsoluteCommand in class Commandpublic char getRelativeCommand()
getRelativeCommand in class CommandCopyright © 2018 Xalys. All rights reserved.