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