org.jfree.chart.plot

Interface ContourValuePlot

public interface ContourValuePlot

Deprecated: This class is no longer supported. If you are creating contour plots, please try to use XYPlot and XYBlockRenderer.

An interface defining methods related to contour plots.
Method Summary
RangegetContourDataRange()
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.