Uses of Class
com.github.weisj.jsvg.geometry.util.GeometryUtil.Space
-
Packages that use GeometryUtil.Space Package Description com.github.weisj.jsvg.geometry.util -
-
Uses of GeometryUtil.Space in com.github.weisj.jsvg.geometry.util
Methods in com.github.weisj.jsvg.geometry.util that return GeometryUtil.Space Modifier and Type Method Description static GeometryUtil.Space
GeometryUtil.Space. valueOf(java.lang.String name)
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.Space Modifier and Type Method Description static @NotNull java.awt.geom.Rectangle2D
GeometryUtil. convertBounds(@NotNull RenderContext context, @NotNull java.awt.geom.Rectangle2D r, @NotNull GeometryUtil.Space from, @NotNull GeometryUtil.Space to)
-