Uses of Class
org.jfree.svg.SVGUnits
-
Packages that use SVGUnits Package Description org.jfree.svg ContainsSVGGraphics2Dand supporting classes that allow Java2D rendering to Scalable Vector Graphics (SVG) format. -
-
Uses of SVGUnits in org.jfree.svg
Fields in org.jfree.svg declared as SVGUnits Modifier and Type Field Description private SVGUnitsSVGGraphics2D. fontSizeUnitsThe font size units.private SVGUnitsSVGGraphics2D. unitsUnits for the width and height of the SVG, if null then no unit information is written in the SVG output.Methods in org.jfree.svg that return SVGUnits Modifier and Type Method Description SVGUnitsSVGGraphics2D. getFontSizeUnits()Returns the font size units.SVGUnitsSVGGraphics2D. getUnits()Returns the units for the width and height of the SVG element's viewport, as specified in the constructor.static SVGUnitsSVGUnits. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SVGUnits[]SVGUnits. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jfree.svg with parameters of type SVGUnits Modifier and Type Method Description voidSVGGraphics2D. setFontSizeUnits(SVGUnits fontSizeUnits)Sets the font size units.Constructors in org.jfree.svg with parameters of type SVGUnits Constructor Description SVGGraphics2D(double width, double height, SVGUnits units)Creates a new instance with the specified width and height in the given units.SVGGraphics2D(double width, double height, SVGUnits units, java.lang.StringBuilder sb)Creates a new instance with the specified width and height that will populate the suppliedStringBuilderinstance.
-