ucar.visad.display
Class IsoContourScalarMap

java.lang.Object
  extended by ucar.visad.display.MapAdapter
      extended by ucar.visad.display.ScalarMapAdapter
          extended by 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

Field Summary
 
Fields inherited from class ucar.visad.display.ScalarMapAdapter
SCALAR_MAP, SCALAR_TYPE
 
Constructor Summary
protected IsoContourScalarMap(RealType realType, DisplayAdapter display)
          Constructs.
 
Method Summary
protected  ContourControl getContourControl()
          Returns the ContourControl associated with this instance.
 
Methods inherited from class ucar.visad.display.ScalarMapAdapter
addScalarMapListener, compareTo, equals, getControl, getDisplayType, getScalarType, hashCode, removeScalarMapListener, scalarMapChange, setControl, setRange, setScalarType
 
Methods inherited from class ucar.visad.display.MapAdapter
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getDisplayRealType, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

getContourControl

protected final ContourControl getContourControl()
Returns the ContourControl associated with this instance.

Returns:
The ContourControl associated with this instance. May be null.