com.kitfox.svg.pathcmd
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() |
public Horizontal()
public Horizontal(boolean isRelative, float x)
public void appendPath(GeneralPath path, BuildHistory hist)
appendPath
in class PathCommand
public int getNumKnotsAdded()
getNumKnotsAdded
in class PathCommand