Package | Description |
---|---|
ucar.visad.display |
Provides support for hiding some of the complexity of the VisAD package.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantMapAdapter
Provides support for adapting VisAD ConstantMap-s into something that is
(hopefully) easier to use.
|
class |
ConstantMapComposite
Provides support for a composite of adapted VisAD ConstantMap-s.
|
class |
RGBConstantMaps
Provides support for a modifiable composite of adapted red, green, and blue,
VisAD ConstantMap-s.
|
class |
SetOfConstantMaps
Provides support for a composite of adapted VisAD ConstantMap-s with an
extensible number of components.
|
class |
TupleOfConstantMaps
Provides support for a composite of adapted VisAD ConstantMap-s with a fixed
number of components.
|
Modifier and Type | Method and Description |
---|---|
void |
DisplayAdapter.add(ConstantMaps constantMaps)
Adds adapted, VisAD
ConstantMap (s). |
void |
SetOfConstantMaps.add(ConstantMaps maps)
Adds adapted,
ConstantMap s to this instance. |
protected void |
ConstantMapComposite.add(ConstantMaps maps)
Adds adapted
ConstantMaps to this instance. |
void |
DisplayAdapter.remove(ConstantMaps constantMaps)
Removes adapted, VisAD
ConstantMaps . |
protected void |
ConstantMapComposite.remove(ConstantMaps maps)
Removes adapted
ConstantMaps from this instance. |
Constructor and Description |
---|
ConstantMapComposite(ConstantMaps maps)
Constructs.
|
DataAdapter(DisplayAdapter displayAdapter,
visad.DataReference dataReference,
ConstantMaps constantMaps)
Constructs.
|
DataAdapter(DisplayAdapter displayAdapter,
visad.DataReference dataReference,
ConstantMaps constantMaps,
visad.DataRenderer renderer)
Constructs.
|
SetOfConstantMaps(ConstantMaps maps)
Constructs.
|
TupleOfConstantMaps(ConstantMaps maps)
Constructs.
|
TupleOfConstantMaps(ConstantMaps[] maps)
Constructs.
|