Package org.jfree.chart.ui
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 Summary
Constructors Constructor Description GreyPalette()
Creates a new palette. -
Method Summary
Modifier and Type Method Description void
initialize()
Intializes the palette's indices.Methods inherited from class org.jfree.chart.ui.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 Details
-
GreyPalette
public GreyPalette()Creates a new palette.
-
-
Method Details
-
initialize
public void initialize()Intializes the palette's indices.- Specified by:
initialize
in classColorPalette
-