Class GreyPalette

java.lang.Object
org.jfree.chart.ui.ColorPalette
org.jfree.chart.ui.GreyPalette
All Implemented Interfaces:
Serializable, Cloneable

public class GreyPalette
extends ColorPalette
implements Serializable
A grey color palette.
Author:
David M. O'Donnell.
See Also:
Serialized Form
  • Constructor Details

    • GreyPalette

      public GreyPalette()
      Creates a new palette.
  • Method Details

    • initialize

      public void initialize()
      Intializes the palette's indices.
      Specified by:
      initialize in class ColorPalette