org.jfree.chart.plot
Interface ContourValuePlot

All Known Implementing Classes:
ContourPlot

public interface ContourValuePlot

An interface defining methods related to contour plots.

Author:
David M. O'Donnell

Method Summary
 ValueAxis getColorBarValueAxis()
          Returns the color bar axis.
 Range getContourDataRange()
          Returns the range of data values to be plotted.
 

Method Detail

getContourDataRange

public Range getContourDataRange()
Returns the range of data values to be plotted.

Returns:
the range.

getColorBarValueAxis

public ValueAxis getColorBarValueAxis()
Returns the color bar axis.

Returns:
the value axis.