Class BuildHistory

java.lang.Object
com.github.weisj.jsvg.geometry.path.BuildHistory

public final 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
  • Field Details

  • Constructor Details

    • BuildHistory

      public BuildHistory()
  • Method Details

    • setStartPoint

      public void setStartPoint(@NotNull @NotNull Point2D point)
    • setLastPoint

      public void setLastPoint(@NotNull @NotNull Point2D point)
    • setLastKnot

      public void setLastKnot(float x, float y)
    • setLastKnot

      public void setLastKnot(@NotNull @NotNull Point2D point)