Package org.jfree.chart.plot
Class GreyPalette
java.lang.Object
org.jfree.chart.plot.ColorPalette
org.jfree.chart.plot.GreyPalette
- All Implemented Interfaces:
Serializable
,Cloneable
Deprecated.
A grey color palette.
- See Also:
-
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
GreyPalette
public GreyPalette()Deprecated.Creates a new palette.
-
-
Method Details
-
initialize
Deprecated.Intializes the palette's indices.- Specified by:
initialize
in classColorPalette
-
XYPlot
andXYBlockRenderer
.