| Package | Description |
|---|---|
| org.jfree.svg | Core classes for generating SVG (Scalable Vector Graphics) output from Java2D
graphics operations. |
| 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. |