com.kitfox.svg.pathcmd
Class BuildHistory

java.lang.Object
  extended by com.kitfox.svg.pathcmd.BuildHistory

public class BuildHistory
extends java.lang.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
 
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

BuildHistory

public BuildHistory()
Creates a new instance of BuildHistory

Method Detail

setPoint

public void setPoint(float x,
                     float y)

setPointAndKnot

public void setPointAndKnot(float x,
                            float y,
                            float kx,
                            float ky)