- Key(int) - Constructor for class org.jfree.graphics2d.svg.SVGHints.Key
-
Creates a new instance.
- KEY_BEGIN_GROUP - Static variable in class org.jfree.graphics2d.svg.SVGHints
-
Hint key that informs the SVGGraphics2D
that the caller
would like to begin a new group element.
- KEY_DRAW_STRING_TYPE - Static variable in class org.jfree.graphics2d.svg.SVGHints
-
The key for the hint that controls whether strings are rendered as
characters or vector graphics (implemented using TextLayout
).
- KEY_ELEMENT_ID - Static variable in class org.jfree.graphics2d.svg.SVGHints
-
Hint key to supply an element id for the next element generated.
- KEY_ELEMENT_TITLE - Static variable in class org.jfree.graphics2d.svg.SVGHints
-
Hint key that informs the SVGGraphics2D
that the caller
would like to add a title element to the output (with the hint value
being a string containing the title text).
- KEY_END_GROUP - Static variable in class org.jfree.graphics2d.svg.SVGHints
-
Hint key that informs the SVGGraphics2D
that the caller
would like to close a previously opened group element.
- KEY_IMAGE_HANDLING - Static variable in class org.jfree.graphics2d.svg.SVGHints
-
The key for the hint that controls whether images are embedded in the
SVG or referenced externally.
- KEY_IMAGE_HREF - Static variable in class org.jfree.graphics2d.svg.SVGHints
-
Hint key to supply string to be used as the href for an image that is
referenced rather than embedded.
- KEY_TEXT_RENDERING - Static variable in class org.jfree.graphics2d.svg.SVGHints
-