Class ChartHints


  • public final class ChartHints
    extends java.lang.Object
    Special rendering hints that can be used internally by JFreeChart or by specialised implementations of the Graphics2D API. For example, JFreeSVG's SVGGraphics2D class, will use the KEY_BEGIN_ELEMENT and KEY_END_ELEMENT hints to drive the output content.
    Since:
    1.0.18
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ChartHints.Key
      A key for rendering hints that can be used with JFreeChart (in addition to the regular Java2D rendering hints).
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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).