org.jfree.chart.plot

Class GreyPalette

Implemented Interfaces:
Cloneable, Serializable

public class GreyPalette
extends ColorPalette
implements Serializable

A grey color palette.

Field Summary

Fields inherited from class org.jfree.chart.plot.ColorPalette

b, g, inverse, log10, logscale, maxZ, minZ, paletteName, r, stepped, tickValues

Constructor Summary

GreyPalette()
Creates a new palette.

Method Summary

void
initialize()
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, initialize, 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.
Overrides:
initialize in interface ColorPalette