Uses of Enum Class
org.jfree.svg.PreserveAspectRatio
-
Uses of PreserveAspectRatio in org.jfree.svg
Methods in org.jfree.svg that return PreserveAspectRatioModifier and TypeMethodDescriptionstatic PreserveAspectRatio
Returns the enum constant of this class with the specified name.static PreserveAspectRatio[]
PreserveAspectRatio.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jfree.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 thisGraphics2D
implementation, giving it the specifiedid
.