Package com.github.weisj.jsvg.util
Class PathUtil
java.lang.Object
com.github.weisj.jsvg.util.PathUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static @Nullable MethodHandle
static @NotNull MeasurableShape
parseFromPathData
(@NotNull String data, @NotNull FillRule fillRule) static void
trimPathToSize
(@NotNull Path2D path)
-
Field Details
-
trimPathHandle
-
-
Constructor Details
-
PathUtil
private PathUtil()
-
-
Method Details
-
lookupTrimPathMethod
-
parseFromPathData
@NotNull public static @NotNull MeasurableShape parseFromPathData(@NotNull @NotNull String data, @NotNull @NotNull FillRule fillRule) -
trimPathToSize
-