Uses of Class
com.github.weisj.jsvg.renderer.SVGRenderingHints.Value
-
Packages that use SVGRenderingHints.Value Package Description com.github.weisj.jsvg.renderer -
-
Uses of SVGRenderingHints.Value in com.github.weisj.jsvg.renderer
Methods in com.github.weisj.jsvg.renderer 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.
-