Package org.jfree.chart.plot
Class ContourPlotUtilities
java.lang.Object
org.jfree.chart.plot.ContourPlotUtilities
public abstract class ContourPlotUtilities extends Object
Some utility methods for the
ContourPlot
class.- Author:
- David M. O'Donnell
-
Constructor Summary
Constructors Constructor Description ContourPlotUtilities()
-
Method Summary
Modifier and Type Method Description static Range
visibleRange(ContourDataset data, Range x, Range y)
Returns the visible z-range.
-
Constructor Details
-
ContourPlotUtilities
public ContourPlotUtilities()
-
-
Method Details
-
visibleRange
Returns the visible z-range.- Parameters:
data
- the dataset.x
- the x range.y
- the y range.- Returns:
- The range.
-