org.jfree.chart.plot

Class ContourPlotUtilities


public abstract class ContourPlotUtilities
extends java.lang.Object

Some utility methods for the ContourPlot class.

Method Summary

static Range
visibleRange(ContourDataset data, Range x, Range y)
Returns the visible z-range.

Method Details

visibleRange

public 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.