Uses of Class
org.jfree.svg.SVGHints.Key
Packages that use SVGHints.Key
Package
Description
Contains
SVGGraphics2D
and supporting classes that allow
Java2D rendering to Scalable Vector Graphics (SVG) format.-
Uses of SVGHints.Key in org.jfree.svg
Fields in org.jfree.svg declared as SVGHints.KeyModifier and TypeFieldDescriptionstatic final SVGHints.Key
SVGHints.KEY_BEGIN_GROUP
Hint key that informs theSVGGraphics2D
that the caller would like to begin a new group element.static final SVGHints.Key
SVGHints.KEY_DRAW_STRING_TYPE
The key for the hint that controls whether strings are rendered as characters or vector graphics (implemented usingTextLayout
).static final SVGHints.Key
SVGHints.KEY_ELEMENT_ID
Hint key to supply an element id for the next element generated.static final SVGHints.Key
SVGHints.KEY_ELEMENT_TITLE
Hint key that informs theSVGGraphics2D
that the caller would like to add a title element to the output (with the hint value being a string containing the title text).static final SVGHints.Key
SVGHints.KEY_END_GROUP
Hint key that informs theSVGGraphics2D
that the caller would like to close a previously opened group element.static final SVGHints.Key
SVGHints.KEY_IMAGE_HANDLING
The key for the hint that controls whether images are embedded in the SVG or referenced externally.static final SVGHints.Key
SVGHints.KEY_IMAGE_HREF
Hint key to supply string to be used as the href for an image that is referenced rather than embedded.static final SVGHints.Key
SVGHints.KEY_TEXT_RENDERING
The key for a hint that permits configuration of the text-rendering attribute in SVG text elements