Package org.jfree.chart.plot
Class GreyPalette
- java.lang.Object
-
- org.jfree.chart.plot.ColorPalette
-
- org.jfree.chart.plot.GreyPalette
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class GreyPalette extends ColorPalette implements java.io.Serializable
Deprecated.This class is no longer supported (as of version 1.0.4). If you are creating contour plots, please try to useXYPlot
andXYBlockRenderer
.A grey color palette.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jfree.chart.plot.ColorPalette
b, g, inverse, log10, logscale, maxZ, minZ, paletteName, r, stepped, tickValues
-
-
Constructor Summary
Constructors Constructor Description GreyPalette()
Deprecated.Creates a new palette.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
initialize()
Deprecated.Intializes the palette's indices.-
Methods inherited from class org.jfree.chart.plot.ColorPalette
clone, equals, getColor, getColor, getColorLinear, getColorLog, getMaxZ, getMinZ, getPaint, getPaletteName, getTickValues, hashCode, invertPalette, isInverse, isLogscale, isStepped, setInverse, setLogscale, setMaxZ, setMinZ, setPaletteName, setStepped, setTickValues, setTickValues
-
-
-
-
Constructor Detail
-
GreyPalette
public GreyPalette()
Deprecated.Creates a new palette.
-
-
Method Detail
-
initialize
public void initialize()
Deprecated.Intializes the palette's indices.- Specified by:
initialize
in classColorPalette
-
-