Package org.jfree.chart.plot
Interface ContourValuePlot
- All Known Implementing Classes:
ContourPlot
public interface ContourValuePlot
Deprecated.
An interface defining methods related to contour plots.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the range of data values to be plotted.
-
Method Details
-
getContourDataRange
Deprecated.Returns the range of data values to be plotted.- Returns:
- The range.
-
XYPlot
andXYBlockRenderer
.