java.lang.Object
org.jfree.chart3d.Chart3DHints
Special rendering hints that used internally by Orson Charts to provide
links between rendered items and the chart elements that they represent.
Most
Graphics2D
implementations will ignore these hints but
some, for example the SVGGraphics2D
class in
JFreeSVG, will use the hints
to drive the output content.- Since:
- 1.3
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A key for rendering hints that can be used with Orson Charts (in addition to the regular Java2D rendering hints). -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Chart3DHints.Key
The key for a hint to signal the beginning of an element.static final Chart3DHints.Key
The key for a hint that ends an element. -
Method Summary
-
Field Details
-
KEY_BEGIN_ELEMENT
The key for a hint to signal the beginning of an element. The value should be a string containing the element id or, alternatively, a Map containing the 'id' (String) and 'ref' (String in JSON format). -
KEY_END_ELEMENT
The key for a hint that ends an element.
-