org.jfree.chart
Class ChartHints
- java.lang.Object
-
- org.jfree.chart.ChartHints
-
public final class ChartHints extends java.lang.ObjectSpecial rendering hints that can be used internally by JFreeChart or by specialised implementations of theGraphics2DAPI. For example, JFreeSVG'sSVGGraphics2Dclass, will use theKEY_BEGIN_ELEMENTandKEY_END_ELEMENThints to drive the output content.- Since:
- 1.0.18
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classChartHints.KeyA key for rendering hints that can be used with JFreeChart (in addition to the regular Java2D rendering hints).
-
Field Summary
Fields Modifier and Type Field and Description static ChartHints.KeyKEY_BEGIN_ELEMENTThe key for a hint to signal the beginning of an element.static ChartHints.KeyKEY_END_ELEMENTThe key for a hint that ends an element.
-
-
-
Field Detail
-
KEY_BEGIN_ELEMENT
public static final ChartHints.Key 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
public static final ChartHints.Key KEY_END_ELEMENT
The key for a hint that ends an element.
-
-
DMelt 3.0 © DataMelt by jWork.ORG