- VALUE_DRAW_STRING_TYPE_STANDARD - Static variable in class org.jfree.graphics2d.svg.SVGHints
-
Hint value for KEY_DRAW_STRING_TYPE
to specify that strings
should be written to the output using standard SVG text elements.
- VALUE_DRAW_STRING_TYPE_VECTOR - Static variable in class org.jfree.graphics2d.svg.SVGHints
-
Hint value for KEY_DRAW_STRING_TYPE
to say that strings
should be written to the output using vector graphics primitives.
- VALUE_IMAGE_HANDLING_EMBED - Static variable in class org.jfree.graphics2d.svg.SVGHints
-
Hint value for KEY_IMAGE_HANDLING
to specify that images
should be embedded in the SVG output using PNG data Base64
encoded.
- VALUE_IMAGE_HANDLING_REFERENCE - Static variable in class org.jfree.graphics2d.svg.SVGHints
-
Hint value for KEY_IMAGE_HANDLING
to say that images should
be referenced externally.
- VALUE_TEXT_RENDERING_AUTO - Static variable in class org.jfree.graphics2d.svg.SVGHints
-
Hint value for KEY_TEXT_RENDERING
to set the
text-rendering
attribute in SVG text elements to 'auto'.
- VALUE_TEXT_RENDERING_INHERIT - Static variable in class org.jfree.graphics2d.svg.SVGHints
-
Hint value for KEY_TEXT_RENDERING
to set the
text-rendering
attribute in SVG text elements to
'inherit'.
- VALUE_TEXT_RENDERING_LEGIBILITY - Static variable in class org.jfree.graphics2d.svg.SVGHints
-
Hint value for KEY_TEXT_RENDERING
to set the
text-rendering
attribute in SVG text elements to
'optimizeLegibility'.
- VALUE_TEXT_RENDERING_PRECISION - Static variable in class org.jfree.graphics2d.svg.SVGHints
-
Hint value for KEY_TEXT_RENDERING
to set the
text-rendering
attribute in SVG text elements to
'geometricPrecision'.
- VALUE_TEXT_RENDERING_SPEED - Static variable in class org.jfree.graphics2d.svg.SVGHints
-
Hint value for KEY_TEXT_RENDERING
to set the
text-rendering
attribute in SVG text elements to
'optimizeSpeed'.