Package edu.wisc.ssec.mcidasv.control
Class ScatterDisplay.ImageBoxSelector
java.lang.Object
visad.ActionImpl
visad.CellImpl
edu.wisc.ssec.mcidasv.control.ScatterDisplay.ImageBoxSelector
- All Implemented Interfaces:
Runnable
,EventListener
,Action
,Cell
,ThingChangedListener
- Enclosing class:
ScatterDisplay
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
(package private) int
(package private) boolean
(package private) Set
(package private) boolean
(package private) LineDrawing
(package private) float
(package private) StatsTable
(package private) int
(package private) ScatterDisplay.ImageBoxSelector
(package private) SubsetRubberBandBox
Fields inherited from class visad.ActionImpl
TRACE_STACK, TRACE_TIME
-
Constructor Summary
ConstructorsConstructorDescriptionImageBoxSelector
(SubsetRubberBandBox subsetBox, Set imageDomain, DisplayMaster master, Color color, float maskVal, StatsTable mst) -
Method Summary
Modifier and TypeMethodDescriptionvoid
doAction()
void
reset()
void
setActive
(boolean active) void
void
setVisible
(boolean visible) void
void
updateBox
(Gridded2DSet set2D) 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 Details
-
init
boolean init -
active
boolean active -
subsetBox
-
imageDomain
-
domainLen_0
int domainLen_0 -
lastBox
-
other
-
maskVal
float maskVal -
earthCoordDomain
boolean earthCoordDomain -
myTable
-
myTableIndex
int myTableIndex
-
-
Constructor Details
-
ImageBoxSelector
ImageBoxSelector(SubsetRubberBandBox subsetBox, Set imageDomain, DisplayMaster master, Color color, float maskVal, StatsTable mst) throws VisADException, RemoteException - Throws:
VisADException
RemoteException
-
-
Method Details
-
doAction
- Specified by:
doAction
in classCellImpl
- Throws:
VisADException
RemoteException
-
setActive
-
setVisible
- Throws:
VisADException
RemoteException
-
reset
- Throws:
VisADException
RemoteException
-
setOther
-
updateBox
- Throws:
VisADException
RemoteException
-
updateBox
- Throws:
VisADException
RemoteException
-