Package ucar.visad.display
Interface ConstantMaps
- All Superinterfaces:
Propertied
- All Known Implementing Classes:
ConstantMapAdapter
,ConstantMapComposite
,RGBConstantMaps
,SetOfConstantMaps
,TupleOfConstantMaps
Interface for a collection of adapted
ConstantMap
-s.
Instances of this interface have the following, bound, JavaBean
properties:
Name | Type | Access | Default | Description |
---|---|---|---|---|
constantMap | ConstantMap |
class-dependent | Fired whenever any ConstantMap changes
|
PropertyChangeEvent
-s fired for the
CONSTANT_MAP
property have the originating class as the
source and the old and new values set to the appropriate
ConstantMaps
.- Version:
- $Revision: 1.9 $
- Author:
- Steven R. Emmerson
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ConstantMaps.Visitor visitor) Accepts aConstantMaps.Visitor
to this instance.Returns theConstantMap
(s) of this instance.void
setDisplay
(Display display) Adds the adaptedConstantMap
(s) of this instance to a VisAD display.Methods inherited from interface ucar.visad.display.Propertied
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
-
Field Details
-
CONSTANT_MAP
The name of theConstantMap
"property".- See Also:
-
-
Method Details
-
getConstantMaps
ConstantMap[] getConstantMaps()Returns theConstantMap
(s) of this instance.- Returns:
- The
ConstantMap
(s) of this instance.
-
accept
Accepts aConstantMaps.Visitor
to this instance.- Parameters:
visitor
- TheConstantMaps.Visitor
to accept.- Throws:
VisADException
- VisAD failure.RemoteException
- Java RMI failure.
-
setDisplay
Adds the adaptedConstantMap
(s) of this instance to a VisAD display. This method should only be invoked by a DisplayAdapter.- Parameters:
display
- The VisAD display.- Throws:
VisADException
- VisAD failure.RemoteException
- Java RMI failure.
-