Class GreyPalette

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

public class GreyPalette extends ColorPalette implements Serializable
Deprecated.
This class is no longer supported (as of version 1.0.4). If you are creating contour plots, please try to use XYPlot and XYBlockRenderer.
A grey color palette.
See Also:
  • Constructor Details

    • GreyPalette

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