com.kitfox.svg.pathcmd
Class BuildHistory
java.lang.Object
com.kitfox.svg.pathcmd.BuildHistory
public class BuildHistory
- extends Object
When building a path from command segments, most need to cache information
(such as the point finished at) for future commands. This structure allows
that
- Author:
- Mark McKay, Mark McKay
|
Constructor Summary |
BuildHistory()
Creates a new instance of BuildHistory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildHistory
public BuildHistory()
- Creates a new instance of BuildHistory
setPoint
public void setPoint(float x,
float y)
setStart
public void setStart(float x,
float y)
setPointAndKnot
public void setPointAndKnot(float x,
float y,
float kx,
float ky)
Copyright © 2011-2012 Barchart, Inc.. All Rights Reserved.