public class Horizontal extends PathCommand
| Modifier and Type | Field and Description |
|---|---|
float |
x |
isRelative| Constructor and Description |
|---|
Horizontal()
Creates a new instance of MoveTo
|
Horizontal(boolean isRelative,
float x) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendPath(GeneralPath path,
BuildHistory hist) |
int |
getNumKnotsAdded() |
String |
toString() |
public Horizontal()
public Horizontal(boolean isRelative,
float x)
public void appendPath(GeneralPath path, BuildHistory hist)
appendPath in class PathCommandpublic int getNumKnotsAdded()
getNumKnotsAdded in class PathCommandCopyright © 2019. All rights reserved.