com.kitfox.svg.pathcmd
Class PathCommand
java.lang.Object
com.kitfox.svg.pathcmd.PathCommand
- Direct Known Subclasses:
- Arc, Cubic, CubicSmooth, Horizontal, LineTo, MoveTo, Quadratic, QuadraticSmooth, Terminal, Vertical
public abstract class PathCommand
- extends Object
This is the element of a path and contains instructions for rendering a
portion of the path
- Author:
- Mark McKay, Mark McKay
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isRelative
public boolean isRelative
PathCommand
public PathCommand()
- Creates a new instance of PathCommand
PathCommand
public PathCommand(boolean isRelative)
appendPath
public abstract void appendPath(GeneralPath path,
BuildHistory hist)
getNumKnotsAdded
public abstract int getNumKnotsAdded()
Copyright © 2011-2012 Barchart, Inc.. All Rights Reserved.