| Package | Description |
|---|---|
| org.jfree.svg | Core classes for generating SVG (Scalable Vector Graphics) output from Java2D
graphics operations. |
| Modifier and Type | Method and Description |
|---|---|
static PreserveAspectRatio | PreserveAspectRatio.valueOf(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. |
| Modifier and Type | Method and Description |
|---|---|
String | SVGGraphics2D.getSVGElement(String id,
boolean includeDimensions,
ViewBox viewBox,
PreserveAspectRatio preserveAspectRatio,
MeetOrSlice meetOrSlice)Returns the SVG element that has been generated by calls to this Graphics2D
implementation, giving it the specified id. |