Uses of Enum
com.github.weisj.jsvg.geometry.util.GeometryUtil.Space
Packages that use GeometryUtil.Space
-
Uses of GeometryUtil.Space in com.github.weisj.jsvg.geometry.util
Methods in com.github.weisj.jsvg.geometry.util that return GeometryUtil.SpaceModifier and TypeMethodDescriptionstatic GeometryUtil.Space
Returns the enum constant of this type with the specified name.static GeometryUtil.Space[]
GeometryUtil.Space.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.weisj.jsvg.geometry.util with parameters of type GeometryUtil.SpaceModifier and TypeMethodDescriptionstatic @NotNull Rectangle2D
GeometryUtil.convertBounds
(@NotNull RenderContext context, @NotNull Rectangle2D r, @NotNull GeometryUtil.Space from, @NotNull GeometryUtil.Space to)