Uses of Interface
ucar.visad.display.ConstantMaps
Packages that use ConstantMaps
Package
Description
Provides support for hiding some of the complexity of the VisAD package.
-
Uses of ConstantMaps in ucar.visad.display
Classes in ucar.visad.display that implement ConstantMapsModifier and TypeClassDescriptionclass
Provides support for adapting VisAD ConstantMap-s into something that is (hopefully) easier to use.class
Provides support for a composite of adapted VisAD ConstantMap-s.class
Provides support for a modifiable composite of adapted red, green, and blue, VisAD ConstantMap-s.class
Provides support for a composite of adapted VisAD ConstantMap-s with an extensible number of components.class
Provides support for a composite of adapted VisAD ConstantMap-s with a fixed number of components.Methods in ucar.visad.display with parameters of type ConstantMapsModifier and TypeMethodDescriptionprotected void
ConstantMapComposite.add
(ConstantMaps maps) Adds adaptedConstantMaps
to this instance.final void
DisplayAdapter.add
(ConstantMaps constantMaps) Adds adapted, VisADConstantMap
(s).void
SetOfConstantMaps.add
(ConstantMaps maps) Adds adapted,ConstantMap
s to this instance.protected void
ConstantMapComposite.remove
(ConstantMaps maps) Removes adaptedConstantMaps
from this instance.final void
DisplayAdapter.remove
(ConstantMaps constantMaps) Removes adapted, VisADConstantMaps
.Constructors in ucar.visad.display with parameters of type ConstantMapsModifierConstructorDescriptionConstructs.DataAdapter
(DisplayAdapter displayAdapter, DataReference dataReference, ConstantMaps constantMaps) Constructs.DataAdapter
(DisplayAdapter displayAdapter, DataReference dataReference, ConstantMaps constantMaps, DataRenderer renderer) Constructs.Constructs.protected
Constructs.protected
TupleOfConstantMaps
(ConstantMaps[] maps) Constructs.