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() |
isRelative
public 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 Command
public char getRelativeCommand()
getRelativeCommand
in class Command
Copyright © 2018 Xalys. All rights reserved.