public abstract class IsoContourScalarMap extends ScalarMapAdapter
Display.IsoContour
.SCALAR_MAP, SCALAR_TYPE
Modifier | Constructor and Description |
---|---|
protected |
IsoContourScalarMap(visad.RealType realType,
DisplayAdapter display)
Constructs.
|
Modifier and Type | Method and Description |
---|---|
protected visad.ContourControl |
getContourControl()
Returns the
ContourControl associated with this instance. |
addScalarMapListener, compareTo, equals, getControl, getDisplayType, getScalarType, hashCode, removeScalarMapListener, scalarMapChange, setControl, setRange, setScalarType
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getDisplayRealType, removePropertyChangeListener, removePropertyChangeListener
protected IsoContourScalarMap(visad.RealType realType, DisplayAdapter display) throws visad.VisADException, java.rmi.RemoteException
realType
- The type of data to be contoured.display
- The adapted, VisAD display for rendering.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.