visad.java3d
Class ProjectionControlListener
java.lang.Object
visad.java3d.ProjectionControlListener
- All Implemented Interfaces:
- ControlListener, EventListener
- class ProjectionControlListener
- extends Object
- implements ControlListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LT_array
LabelTransform[][][] LT_array
p_cntrl
ProjectionControl p_cntrl
c_cntrl
ContourControl c_cntrl
last_scale
double last_scale
first_scale
double first_scale
cnt
int cnt
last_time
double last_time
ProjectionControlListener
ProjectionControlListener(ProjectionControl p_cntrl,
ContourControl c_cntrl)
controlChanged
public void controlChanged(ControlEvent e)
throws VisADException,
RemoteException
- Description copied from interface:
ControlListener
- send a ControlEvent to this ControlListener
- Specified by:
controlChanged in interface ControlListener
- Throws:
VisADException
RemoteException