Package com.github.weisj.jsvg.util
Class PathUtil
java.lang.Object
com.github.weisj.jsvg.util.PathUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull SVGShapeparseFromPathData(@NotNull String data, FillRule fillRule) static @NotNull Path2DsetPolyLine(@Nullable Path2D path, float @NotNull [] points, boolean closed) static voidtrimPathToSize(@NotNull Path2D path)
-
Method Details
-
parseFromPathData
-
setPolyLine
-
trimPathToSize
-