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