Uses of Class
ucar.visad.display.ConstantMapSet
Packages that use ConstantMapSet
Package
Description
Provides support for hiding some of the complexity of the VisAD package.
-
Uses of ConstantMapSet in ucar.visad.display
Methods in ucar.visad.display that return ConstantMapSetModifier and TypeMethodDescriptionstatic ConstantMapSet
ConstantMapSet.combine
(ConstantMapSet set1, ConstantMapSet set2) Combines the ConstantMap-s of two sets.Methods in ucar.visad.display with parameters of type ConstantMapSetModifier and TypeMethodDescriptionstatic ConstantMapSet
ConstantMapSet.combine
(ConstantMapSet set1, ConstantMapSet set2) Combines the ConstantMap-s of two sets.protected ConstantMap[]
Displayable.combineConstantMaps
(ConstantMapSet maps) Combines this instance's ConstantMap-s with another set of ConstantMap-s and returns a copy of the set.