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(java.awt.geom.GeneralPath path,
BuildHistory hist) |
int |
getNumKnotsAdded() |
java.lang.String |
toString() |
public Vertical()
public Vertical(boolean isRelative, float y)
public java.lang.String toString()
toString
in class java.lang.Object
public void appendPath(java.awt.geom.GeneralPath path, BuildHistory hist)
appendPath
in class PathCommand
public int getNumKnotsAdded()
getNumKnotsAdded
in class PathCommand