edu.wisc.ssec.mcidasv.display.hydra
Class MultiSpectralDisplay.RubberBandBox

java.lang.Object
  extended by visad.ActionImpl
      extended by visad.CellImpl
          extended by edu.wisc.ssec.mcidasv.display.hydra.MultiSpectralDisplay.RubberBandBox
All Implemented Interfaces:
Runnable, EventListener, Action, Cell, ThingChangedListener
Enclosing class:
MultiSpectralDisplay

private static class MultiSpectralDisplay.RubberBandBox
extends CellImpl


Field Summary
private  boolean init
           
private static String RBB
           
private  DataReference rubberBand
           
private  ScalarMap xmap
           
private  ScalarMap ymap
           
 
Fields inherited from class visad.ActionImpl
TRACE_STACK, TRACE_TIME
 
Constructor Summary
MultiSpectralDisplay.RubberBandBox(MultiSpectralDisplay msd, ScalarMap x, ScalarMap y)
           
 
Method Summary
 void doAction()
           
 
Methods inherited from class visad.CellImpl
getOtherReference, setOtherReference
 
Methods inherited from class visad.ActionImpl
addReference, checkTicks, disableAction, enableAction, findReference, getCurrentActionThread, getLinks, getName, getTaskCount, printPool, removeAllReferences, removeReference, run, setEnabled, setName, setThreadPoolMaximum, stop, stopThreadPool, thingChanged, waitForTasks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface visad.Action
addReference, getName, removeAllReferences, removeReference
 
Methods inherited from interface visad.ThingChangedListener
thingChanged
 

Field Detail

RBB

private static final String RBB
See Also:
Constant Field Values

rubberBand

private DataReference rubberBand

init

private boolean init

xmap

private ScalarMap xmap

ymap

private ScalarMap ymap
Constructor Detail

MultiSpectralDisplay.RubberBandBox

public MultiSpectralDisplay.RubberBandBox(MultiSpectralDisplay msd,
                                          ScalarMap x,
                                          ScalarMap y)
                                   throws VisADException,
                                          RemoteException
Throws:
VisADException
RemoteException
Method Detail

doAction

public void doAction()
              throws VisADException,
                     RemoteException
Specified by:
doAction in class CellImpl
Throws:
VisADException
RemoteException