com.kitfox.svg.pathcmd
Class Horizontal
java.lang.Object
com.kitfox.svg.pathcmd.PathCommand
com.kitfox.svg.pathcmd.Horizontal
public class Horizontal
- extends PathCommand
- Author:
- Mark McKay, Mark McKay
|
Constructor Summary |
Horizontal()
Creates a new instance of MoveTo |
Horizontal(boolean isRelative,
float x)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public float x
Horizontal
public Horizontal()
- Creates a new instance of MoveTo
Horizontal
public Horizontal(boolean isRelative,
float x)
appendPath
public void appendPath(GeneralPath path,
BuildHistory hist)
- Specified by:
appendPath in class PathCommand
getNumKnotsAdded
public int getNumKnotsAdded()
- Specified by:
getNumKnotsAdded in class PathCommand
Copyright © 2011-2012 Barchart, Inc.. All Rights Reserved.