Package | Description |
---|---|
ucar.unidata.view.geoloc |
The view component for geolocation (projections, navigated panels, etc).
|
ucar.visad.display |
Provides support for hiding some of the complexity of the VisAD package.
|
Modifier and Type | Class and Description |
---|---|
protected class |
NavigatedDisplay.VerticalMapSet
A specialized ScalarMapSet for the set of Vertical maps
|
Modifier and Type | Method and Description |
---|---|
static ScalarMapSet |
ScalarMapSet.combine(ScalarMapSet set1,
ScalarMapSet set2)
Combines the
ScalarMap s of two sets. |
ScalarMapSet |
Displayable.getScalarMapSet()
Returns the set of ScalarMap-s associated with this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ScalarMapSet.add(ScalarMapSet that)
Adds the contents of another
ScalarMapSet to this instance's
set of ScalarMap s. |
protected void |
DisplayMaster.addScalarMaps(ScalarMapSet mapSet)
Adds
ScalarMap s to this instance. |
protected void |
Displayable.addScalarMaps(ScalarMapSet maps)
Adds a set of ScalarMap-s to this instance's set of ScalarMap-s.
|
static ScalarMapSet |
ScalarMapSet.combine(ScalarMapSet set1,
ScalarMapSet set2)
Combines the
ScalarMap s of two sets. |
void |
ScalarMapSet.remove(ScalarMapSet that)
Removes the contents of another
ScalarMapSet from this
instance's set of ScalarMap s. |
protected void |
DisplayMaster.removeScalarMaps(ScalarMapSet mapSet)
Removes given
ScalarMap s from this instance. |
protected void |
ContourLines.setScalarMaps(ScalarMapSet maps)
Sets the set of ScalarMap-s of this instance.
|
protected void |
IsoSurface.setScalarMaps(ScalarMapSet maps)
Sets the set of ScalarMap-s of this instance.
|
protected void |
RGBDisplayable.setScalarMaps(ScalarMapSet maps)
Sets the set of ScalarMap-s of this instance.
|
protected void |
ImageRGBDisplayable.setScalarMaps(ScalarMapSet maps)
Sets the set of ScalarMap-s of this instance.
|
protected void |
FlowDisplayable.setScalarMaps(ScalarMapSet maps)
Sets the set of ScalarMap-s of this instance.
|
void |
Displayable.setScalarMapSet(ScalarMapSet maps)
Sets the set of ScalarMap-s of this instance.
|
Constructor and Description |
---|
ScalarMapSet(ScalarMapSet that)
Constructs from another instance.
|