Package | Description |
---|---|
ucar.visad.display |
Provides support for hiding some of the complexity of the VisAD package.
|
Modifier and Type | Method and Description |
---|---|
static ConstantMapSet |
ConstantMapSet.combine(ConstantMapSet set1,
ConstantMapSet set2)
Combines the ConstantMap-s of two sets.
|
Modifier and Type | Method and Description |
---|---|
static ConstantMapSet |
ConstantMapSet.combine(ConstantMapSet set1,
ConstantMapSet set2)
Combines the ConstantMap-s of two sets.
|
protected visad.ConstantMap[] |
Displayable.combineConstantMaps(ConstantMapSet maps)
Combines this instance's ConstantMap-s with another set of ConstantMap-s
and returns a copy of the set.
|