org.jfree.chart.axis
Interface ColorBarAxis

All Known Implementing Classes:
HorizontalColorBarAxis, HorizontalLogarithmicColorBarAxis, VerticalColorBarAxis, VerticalLogarithmicColorBarAxis

public interface ColorBarAxis

An interface required for color bar axes.

Author:
David M. O'Donnell

Method Summary
 void doAutoRange()
          This is cheat to make autoAdjustRange public.
 ColorPalette getColorPalette()
          Returns the current color palette.
 java.awt.Paint getPaint(double value)
          Returns the Paint associated with a value.
 void setColorPalette(ColorPalette palette)
          Sets the current color palette.
 

Method Detail

getColorPalette

public ColorPalette getColorPalette()
Returns the current color palette.

Returns:
the color palette.

setColorPalette

public void setColorPalette(ColorPalette palette)
Sets the current color palette.

Parameters:
palette - the new palette.

getPaint

public java.awt.Paint getPaint(double value)
Returns the Paint associated with a value.

Parameters:
value - the value.
Returns:
the paint.

doAutoRange

public void doAutoRange()
This is cheat to make autoAdjustRange public.