Class ChartHints.Key

java.lang.Object
java.awt.RenderingHints.Key
org.jfree.chart.ChartHints.Key
Enclosing class:
ChartHints

public static class ChartHints.Key extends RenderingHints.Key
A key for rendering hints that can be used with JFreeChart (in addition to the regular Java2D rendering hints).
  • Constructor Details

    • Key

      public Key(int privateKey)
      Creates a new key.
      Parameters:
      privateKey - the private key.
  • Method Details