Java org.jfree.graphics2d.svg SVGHints fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.graphics2d.svg SVGHints fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.graphics2d.svg SVGHints.

The text is from its open source code.

Field

SVGHints.KeyKEY_BEGIN_GROUP
Hint key that informs the SVGGraphics2D that the caller would like to begin a new group element.
SVGHints.KeyKEY_END_GROUP
Hint key that informs the SVGGraphics2D that the caller would like to close a previously opened group element.
SVGHints.KeyKEY_ELEMENT_TITLE
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).