Uses of Class
com.jsevy.jsvg.SVGDocument.Units
-
Packages that use SVGDocument.Units Package Description com.jsevy.jsvg -
-
Uses of SVGDocument.Units in com.jsevy.jsvg
Methods in com.jsevy.jsvg that return SVGDocument.Units Modifier and Type Method Description static SVGDocument.Units
SVGDocument.Units. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SVGDocument.Units[]
SVGDocument.Units. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jsevy.jsvg with parameters of type SVGDocument.Units Modifier and Type Method Description void
SVGDocument. setUnits(SVGDocument.Units units)
Set the units for interpreting the dimension values in the SVG file.
-