Package org.jfree.chart.plot
Class ContourPlotUtilities
- java.lang.Object
-
- org.jfree.chart.plot.ContourPlotUtilities
-
public abstract class ContourPlotUtilities extends java.lang.Object
Deprecated.This class is no longer supported (as of version 1.0.4). If you are creating contour plots, please try to useXYPlotandXYBlockRenderer.Some utility methods for theContourPlotclass.
-
-
Constructor Summary
Constructors Constructor Description ContourPlotUtilities()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RangevisibleRange(ContourDataset data, Range x, Range y)Deprecated.Returns the visible z-range.
-
-
-
Constructor Detail
-
ContourPlotUtilities
public ContourPlotUtilities()
Deprecated.
-
-
Method Detail
-
visibleRange
public static Range visibleRange(ContourDataset data, Range x, Range y)
Deprecated.Returns the visible z-range.- Parameters:
data- the dataset.x- the x range.y- the y range.- Returns:
- The range.
-
-