public class Gifts extends java.lang.Object implements java.awt.event.ItemListener, ScalarMapListener
| Constructor and Description |
|---|
Gifts(java.lang.String[] args) |
| Modifier and Type | Method and Description |
|---|---|
void |
controlChanged(ScalarMapControlEvent e)
Receive a
ScalarMapEvent when the map control changes. |
void |
itemStateChanged(java.awt.event.ItemEvent e) |
static void |
main(java.lang.String[] args) |
void |
mapChanged(ScalarMapEvent e)
Receive a
ScalarMapEvent when the map data changes. |
public Gifts(java.lang.String[] args)
throws VisADException,
java.rmi.RemoteException,
java.io.IOException
VisADExceptionjava.rmi.RemoteExceptionjava.io.IOExceptionpublic static void main(java.lang.String[] args)
throws VisADException,
java.rmi.RemoteException,
java.io.IOException
VisADExceptionjava.rmi.RemoteExceptionjava.io.IOExceptionpublic void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged in interface java.awt.event.ItemListenerpublic void mapChanged(ScalarMapEvent e) throws VisADException, java.rmi.RemoteException
ScalarMapListenerScalarMapEvent when the map data changes.mapChanged in interface ScalarMapListenere - the eventVisADException - If there is a problem notifying this listener.java.rmi.RemoteException - If there was an RMI-related problem.public void controlChanged(ScalarMapControlEvent e)
ScalarMapListenerScalarMapEvent when the map control changes.controlChanged in interface ScalarMapListenere - the event