Uses of Class
com.github.weisj.jsvg.SVGRenderingHints.Value
-
Packages that use SVGRenderingHints.Value Package Description com.github.weisj.jsvg -
-
Uses of SVGRenderingHints.Value in com.github.weisj.jsvg
Methods in com.github.weisj.jsvg that return SVGRenderingHints.Value Modifier and Type Method Description static SVGRenderingHints.Value
SVGRenderingHints.Value. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SVGRenderingHints.Value[]
SVGRenderingHints.Value. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-