public abstract class

ContourPlotUtilities

extends Object
java.lang.Object
   ↳ org.jfree.chart.plot.ContourPlotUtilities

This class is deprecated.
This class is no longer supported (as of version 1.0.4). If you are creating contour plots, please try to use XYPlot and XYBlockRenderer.

Class Overview

Some utility methods for the ContourPlot class.

Summary

Public Constructors
ContourPlotUtilities()
Public Methods
static Range visibleRange(ContourDataset data, Range x, Range y)
Returns the visible z-range.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ContourPlotUtilities ()

Public Methods

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.