Uses of Enum
org.jfree.graphics2d.svg.SVGUnits
Packages that use SVGUnits
Package
Description
Contains
SVGGraphics2D and supporting
classes that allow Java2D rendering to Scalable Vector Graphics (SVG) format.-
Uses of SVGUnits in org.jfree.graphics2d.svg
Subclasses with type arguments of type SVGUnits in org.jfree.graphics2d.svgMethods in org.jfree.graphics2d.svg that return SVGUnitsModifier and TypeMethodDescriptionSVGGraphics2D.getFontSizeUnits()Returns the font size units.SVGGraphics2D.getUnits()Returns the units for the width and height of the SVG element's viewport, as specified in the constructor.static SVGUnitsReturns 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.graphics2d.svg with parameters of type SVGUnitsModifier and TypeMethodDescriptionvoidSVGGraphics2D.setFontSizeUnits(SVGUnits fontSizeUnits) Sets the font size units.Constructors in org.jfree.graphics2d.svg with parameters of type SVGUnitsModifierConstructorDescriptionSVGGraphics2D(int width, int height, SVGUnits units) Creates a new instance with the specified width and height in the given units.SVGGraphics2D(int width, int height, SVGUnits units, StringBuilder sb) Creates a new instance with the specified width and height that will populate the supplied StringBuilder instance.