ucar.visad.display
Class IsoContourScalarMap
java.lang.Object
ucar.visad.display.MapAdapter
ucar.visad.display.ScalarMapAdapter
ucar.visad.display.IsoContourScalarMap
- All Implemented Interfaces:
- Comparable, Propertied
- Direct Known Subclasses:
- ContourScalarMap, SurfaceScalarMap
public abstract class IsoContourScalarMap
- extends ScalarMapAdapter
Provides support for adapting ScalarMap-s of Display.IsoContour.
- Version:
- $Revision: 1.7 $
- Author:
- Steven R. Emmerson
| Methods inherited from class ucar.visad.display.ScalarMapAdapter |
addScalarMapListener, compareTo, equals, getControl, getDisplayType, getScalarType, hashCode, removeScalarMapListener, scalarMapChange, setControl, setRange, setScalarType |
IsoContourScalarMap
protected IsoContourScalarMap(RealType realType,
DisplayAdapter display)
throws VisADException,
RemoteException
- Constructs.
- Parameters:
realType - The type of data to be contoured.display - The adapted, VisAD display for rendering.
- Throws:
VisADException - VisAD failure.
RemoteException - Java RMI failure.
getContourControl
protected final ContourControl getContourControl()
- Returns the
ContourControl associated with this instance.
- Returns:
- The
ContourControl associated with this
instance. May be null.