Uses of Enum
org.jfree.graphics2d.svg.PreserveAspectRatio
Packages that use PreserveAspectRatio
Package
Description
Contains
SVGGraphics2D and supporting
classes that allow Java2D rendering to Scalable Vector Graphics (SVG) format.-
Uses of PreserveAspectRatio in org.jfree.graphics2d.svg
Subclasses with type arguments of type PreserveAspectRatio in org.jfree.graphics2d.svgModifier and TypeClassDescriptionenumAn enumeration of the values for thepreserveAspectRatioattribute.Methods in org.jfree.graphics2d.svg that return PreserveAspectRatioModifier and TypeMethodDescriptionstatic PreserveAspectRatioReturns the enum constant of this type with the specified name.static PreserveAspectRatio[]PreserveAspectRatio.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 PreserveAspectRatioModifier and TypeMethodDescriptionSVGGraphics2D.getSVGElement(String id, boolean includeDimensions, ViewBox viewBox, PreserveAspectRatio preserveAspectRatio, MeetOrSlice meetOrSlice) Returns the SVG element that has been generated by calls to thisGraphics2Dimplementation, giving it the specifiedid.