Class BuildHistory
java.lang.Object
com.github.weisj.jsvg.geometry.path.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetLastKnot(float x, float y) voidsetLastKnot(@NotNull Point2D point) voidsetLastPoint(@NotNull Point2D point) voidsetStartPoint(@NotNull Point2D point)
-
Constructor Details
-
BuildHistory
public BuildHistory()
-
-
Method Details
-
setStartPoint
-
setLastPoint
-
setLastKnot
public void setLastKnot(float x, float y) -
setLastKnot
-