public final class ChartHints extends java.lang.Object
Graphics2D API. For example,
JFreeSVG's SVGGraphics2D class, will use the
KEY_BEGIN_ELEMENT and KEY_END_ELEMENT hints to drive the
output content.| Modifier and Type | Class and Description |
|---|---|
static class |
ChartHints.Key
A key for rendering hints that can be used with JFreeChart (in
addition to the regular Java2D rendering hints).
|
| Modifier and Type | Field and Description |
|---|---|
static ChartHints.Key |
KEY_BEGIN_ELEMENT
The key for a hint to signal the beginning of an element.
|
static ChartHints.Key |
KEY_END_ELEMENT
The key for a hint that ends an element.
|
public static final ChartHints.Key KEY_BEGIN_ELEMENT
public static final ChartHints.Key KEY_END_ELEMENT