Package ucar.visad.display
Class TupleOfConstantMaps
java.lang.Object
ucar.visad.display.ConstantMapComposite
ucar.visad.display.TupleOfConstantMaps
- All Implemented Interfaces:
ConstantMaps
,Propertied
- Direct Known Subclasses:
RGBConstantMaps
Provides support for a composite of adapted VisAD ConstantMap-s with a fixed
number of components.
- Version:
- $Revision: 1.7 $
- Author:
- Steven R. Emmerson
-
Nested Class Summary
Nested classes/interfaces inherited from interface ucar.visad.display.ConstantMaps
ConstantMaps.Visitor
-
Field Summary
Fields inherited from interface ucar.visad.display.ConstantMaps
CONSTANT_MAP
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs.protected
Constructs.protected
TupleOfConstantMaps
(ConstantMaps[] maps) Constructs. -
Method Summary
Methods inherited from class ucar.visad.display.ConstantMapComposite
accept, add, addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getConstantMaps, remove, removePropertyChangeListener, removePropertyChangeListener, setDisplay
-
Constructor Details
-
TupleOfConstantMaps
protected TupleOfConstantMaps()Constructs. -
TupleOfConstantMaps
Constructs.- Parameters:
maps
- The adaptedConstantMap
s that will constitute this instance.- Throws:
VisADException
- VisAD failure.RemoteException
- Java RMI failure.
-
TupleOfConstantMaps
protected TupleOfConstantMaps(ConstantMaps[] maps) throws BadMappingException, VisADException, RemoteException Constructs.- Parameters:
maps
- The adaptedConstantMap
s that will constitute this instance.- Throws:
BadMappingException
- Aggregation of the givenConstantMap
s would result in aDisplayRealType
with multiple values.VisADException
- VisAD failure.RemoteException
- Java RMI failure.
-