Uses of Class
ucar.visad.display.ScalarMapSet
Packages that use ScalarMapSet
Package
Description
The view component for geolocation (projections, navigated panels, etc).
Provides support for hiding some of the complexity of the VisAD package.
-
Uses of ScalarMapSet in ucar.unidata.view.geoloc
Subclasses of ScalarMapSet in ucar.unidata.view.geolocModifier and TypeClassDescriptionprotected class
A specialized ScalarMapSet for the set of Vertical maps -
Uses of ScalarMapSet in ucar.visad.display
Methods in ucar.visad.display that return ScalarMapSetModifier and TypeMethodDescriptionstatic ScalarMapSet
ScalarMapSet.combine
(ScalarMapSet set1, ScalarMapSet set2) Combines theScalarMap
s of two sets.final ScalarMapSet
Displayable.getScalarMapSet()
Returns the set of ScalarMap-s associated with this instance.Methods in ucar.visad.display with parameters of type ScalarMapSetModifier and TypeMethodDescriptionvoid
ScalarMapSet.add
(ScalarMapSet that) Adds the contents of anotherScalarMapSet
to this instance's set ofScalarMap
s.protected void
Displayable.addScalarMaps
(ScalarMapSet maps) Adds a set of ScalarMap-s to this instance's set of ScalarMap-s.protected void
DisplayMaster.addScalarMaps
(ScalarMapSet mapSet) AddsScalarMap
s to this instance.static ScalarMapSet
ScalarMapSet.combine
(ScalarMapSet set1, ScalarMapSet set2) Combines theScalarMap
s of two sets.void
ScalarMapSet.remove
(ScalarMapSet that) Removes the contents of anotherScalarMapSet
from this instance's set ofScalarMap
s.protected void
DisplayMaster.removeScalarMaps
(ScalarMapSet mapSet) Removes givenScalarMap
s from this instance.protected void
ContourLines.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.protected void
ImageRGBDisplayable.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.void
Displayable.setScalarMapSet
(ScalarMapSet maps) Sets the set of ScalarMap-s of this instance.Constructors in ucar.visad.display with parameters of type ScalarMapSet