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 TypeMethodDescriptionvoid
Arc.appendPath
(@NotNull Path2D path, @NotNull BuildHistory hist) void
Cubic.appendPath
(@NotNull Path2D path, @NotNull BuildHistory hist) void
CubicSmooth.appendPath
(@NotNull Path2D path, @NotNull BuildHistory hist) void
Horizontal.appendPath
(@NotNull Path2D path, @NotNull BuildHistory hist) void
LineTo.appendPath
(@NotNull Path2D path, @NotNull BuildHistory hist) void
MoveTo.appendPath
(@NotNull Path2D path, @NotNull BuildHistory hist) abstract void
PathCommand.appendPath
(@NotNull Path2D path, @NotNull BuildHistory hist) void
Quadratic.appendPath
(@NotNull Path2D path, @NotNull BuildHistory hist) void
QuadraticSmooth.appendPath
(@NotNull Path2D path, @NotNull BuildHistory hist) void
Terminal.appendPath
(@NotNull Path2D path, @NotNull BuildHistory hist) void
Vertical.appendPath
(@NotNull Path2D path, @NotNull BuildHistory hist) protected Point2D.Float
PathCommand.lastKnotReflection
(@NotNull BuildHistory hist) protected Point2D.Float
PathCommand.offset
(@NotNull BuildHistory hist)