com.kitfox.svg.pathcmd
Class Vertical
java.lang.Object
com.kitfox.svg.pathcmd.PathCommand
com.kitfox.svg.pathcmd.Vertical
public class Vertical
- extends PathCommand
- Author:
- Mark McKay, Mark McKay
|
Constructor Summary |
Vertical()
Creates a new instance of MoveTo |
Vertical(boolean isRelative,
float y)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
y
public float y
Vertical
public Vertical()
- Creates a new instance of MoveTo
Vertical
public Vertical(boolean isRelative,
float y)
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.