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