Uses of Class
com.github.weisj.jsvg.geometry.path.BuildHistory
Packages that use BuildHistory
-
Uses of BuildHistory in com.github.weisj.jsvg.geometry.path
Methods in com.github.weisj.jsvg.geometry.path with parameters of type BuildHistoryModifier and TypeMethodDescriptionvoidArc.appendPath(@NotNull Path2D path, @NotNull BuildHistory hist) voidCubic.appendPath(@NotNull Path2D path, @NotNull BuildHistory hist) voidCubicSmooth.appendPath(@NotNull Path2D path, @NotNull BuildHistory hist) voidHorizontal.appendPath(@NotNull Path2D path, @NotNull BuildHistory hist) voidLineTo.appendPath(@NotNull Path2D path, @NotNull BuildHistory hist) voidMoveTo.appendPath(@NotNull Path2D path, @NotNull BuildHistory hist) abstract voidPathCommand.appendPath(@NotNull Path2D path, @NotNull BuildHistory hist) voidQuadratic.appendPath(@NotNull Path2D path, @NotNull BuildHistory hist) voidQuadraticSmooth.appendPath(@NotNull Path2D path, @NotNull BuildHistory hist) voidTerminal.appendPath(@NotNull Path2D path, @NotNull BuildHistory hist) voidVertical.appendPath(@NotNull Path2D path, @NotNull BuildHistory hist) protected Point2D.FloatPathCommand.lastKnotReflectionCubic(@NotNull BuildHistory hist) protected Point2D.FloatPathCommand.lastKnotReflectionQuadratic(@NotNull BuildHistory hist) protected Point2D.FloatPathCommand.offset(@NotNull BuildHistory hist)