Package com.kitfox.svg.pathcmd
Class BuildHistory
- java.lang.Object
-
- com.kitfox.svg.pathcmd.BuildHistory
-
public class BuildHistory extends java.lang.ObjectWhen building a path from command segments, most need to cache information (such as the point finished at) for future commands. This structure allows that
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleaninit(package private) java.awt.geom.Point2D.FloatlastKnot(package private) java.awt.geom.Point2D.FloatlastPoint(package private) java.awt.geom.Point2D.FloatstartPoint
-
Constructor Summary
Constructors Constructor Description BuildHistory()Creates a new instance of BuildHistory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetLastKnot(float x, float y)voidsetLastPoint(float x, float y)voidsetStartPoint(float x, float y)
-