public interface ConstantMaps extends Propertied
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
.Modifier and Type | Interface and Description |
---|---|
static interface |
ConstantMaps.Visitor
Interface for visitors to
ConstantMaps . |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONSTANT_MAP
The name of the
ConstantMap "property". |
Modifier and Type | Method and Description |
---|---|
void |
accept(ConstantMaps.Visitor visitor)
Accepts a
ConstantMaps.Visitor to this instance. |
visad.ConstantMap[] |
getConstantMaps()
Returns the
ConstantMap (s) of this instance. |
void |
setDisplay(visad.Display display)
Adds the adapted
ConstantMap (s) of this instance to a VisAD
display. |
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
static final java.lang.String CONSTANT_MAP
ConstantMap
"property".visad.ConstantMap[] getConstantMaps()
ConstantMap
(s) of this instance.ConstantMap
(s) of this
instance.void accept(ConstantMaps.Visitor visitor) throws visad.VisADException, java.rmi.RemoteException
ConstantMaps.Visitor
to this instance.visitor
- The ConstantMaps.Visitor
to accept.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.void setDisplay(visad.Display display) throws visad.VisADException, java.rmi.RemoteException
ConstantMap
(s) of this instance to a VisAD
display. This method should only be invoked by a DisplayAdapter.display
- The VisAD display.visad.VisADException
- VisAD failure.java.rmi.RemoteException
- Java RMI failure.