Uses of Class
org.jfree.svg.PreserveAspectRatio
-
Packages that use PreserveAspectRatio Package Description org.jfree.svg ContainsSVGGraphics2D
and supporting classes that allow Java2D rendering to Scalable Vector Graphics (SVG) format. -
-
Uses of PreserveAspectRatio in org.jfree.svg
Methods in org.jfree.svg that return PreserveAspectRatio Modifier and Type Method Description static PreserveAspectRatio
PreserveAspectRatio. valueOf(java.lang.String name)
Returns 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.svg with parameters of type PreserveAspectRatio Modifier and Type Method Description java.lang.String
SVGGraphics2D. getSVGElement(java.lang.String id, boolean includeDimensions, ViewBox viewBox, PreserveAspectRatio preserveAspectRatio, MeetOrSlice meetOrSlice)
Returns the SVG element that has been generated by calls to thisGraphics2D
implementation, giving it the specifiedid
.
-