|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.kitfox.svg.pathcmd.BuildHistory
public class BuildHistory
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
Constructor Summary | |
---|---|
BuildHistory()
Creates a new instance of BuildHistory |
Method Summary | |
---|---|
void |
setPoint(float x,
float y)
|
void |
setPointAndKnot(float x,
float y,
float kx,
float ky)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuildHistory()
Method Detail |
---|
public void setPoint(float x, float y)
public void setPointAndKnot(float x, float y, float kx, float ky)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |