Uses of Class
org.jfree.svg.SVGHints.Key
-
Uses of SVGHints.Key in org.jfree.svg
Fields in org.jfree.svg declared as SVGHints.Key Modifier and Type Field Description static SVGHints.KeySVGHints. KEY_BEGIN_GROUPHint key that informs theSVGGraphics2Dthat the caller would like to begin a new group element.static SVGHints.KeySVGHints. KEY_DRAW_STRING_TYPEThe key for the hint that controls whether strings are rendered as characters or vector graphics (implemented usingTextLayout).static SVGHints.KeySVGHints. KEY_ELEMENT_IDHint key to supply an element id for the next element generated.static SVGHints.KeySVGHints. KEY_ELEMENT_TITLEHint key that informs theSVGGraphics2Dthat the caller would like to add a title element to the output (with the hint value being a string containing the title text).static SVGHints.KeySVGHints. KEY_END_GROUPHint key that informs theSVGGraphics2Dthat the caller would like to close a previously opened group element.static SVGHints.KeySVGHints. KEY_IMAGE_HANDLINGThe key for the hint that controls whether images are embedded in the SVG or referenced externally.static SVGHints.KeySVGHints. KEY_IMAGE_HREFHint key to supply string to be used as the href for an image that is referenced rather than embedded.static SVGHints.KeySVGHints. KEY_TEXT_RENDERINGThe key for a hint that permits configuration of the text-rendering attribute in SVG text elements