org.jfree.chart.plot
public abstract class ContourPlotUtilities extends Object
Deprecated: This class is no longer supported. If you are creating contour plots, please try to use XYPlot and XYBlockRenderer.
Some utility methods for the ContourPlot class.Method Summary | |
---|---|
static Range | visibleRange(ContourDataset data, Range x, Range y)
Returns the visible z-range.
|
Parameters: data the dataset. x the x range. y the y range.
Returns: The range.