Package org.jfree.chart.plot
Class ContourPlotUtilities
java.lang.Object
org.jfree.chart.plot.ContourPlotUtilities
Deprecated.
Some utility methods for the
ContourPlot
class.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Range
visibleRange
(ContourDataset data, Range x, Range y) Deprecated.Returns the visible z-range.
-
Constructor Details
-
ContourPlotUtilities
public ContourPlotUtilities()Deprecated.
-
-
Method Details
-
visibleRange
Deprecated.Returns the visible z-range.- Parameters:
data
- the dataset.x
- the x range.y
- the y range.- Returns:
- The range.
-
XYPlot
andXYBlockRenderer
.