SVGGraphics2D
and supporting
classes that allow Java2D rendering to Scalable Vector Graphics (SVG) format.See: Description
Interface | Description |
---|---|
FontMapper |
An object that can (optionally) translate one font family name to an
alternative.
|
Class | Description |
---|---|
ImageElement |
A
(String, Image) pair that links together a reference ID and
the source image. |
StandardFontMapper |
A default implementation of the
FontMapper interface. |
SVGGraphics2D |
A
Graphics2D implementation that creates SVG output. |
SVGGraphicsConfiguration |
A graphics configuration for the
SVGGraphics2D class. |
SVGGraphicsDevice |
A graphics device for JFreeSVG.
|
SVGHints |
Defines the rendering hints that can be used with the
SVGGraphics2D
class. |
SVGHints.Key |
A key for hints used by the
SVGGraphics2D class. |
SVGUtils |
Utility methods related to the
SVGGraphics2D implementation. |
SVGGraphics2D
and supporting
classes that allow Java2D rendering to Scalable Vector Graphics (SVG) format.