Package edu.wisc.ssec.mcidasv.control
Class ScatterDisplay.ImageCurveSelector
java.lang.Object
visad.ActionImpl
visad.CellImpl
edu.wisc.ssec.mcidasv.control.ScatterDisplay.ImageCurveSelector
- All Implemented Interfaces:
Runnable
,EventListener
,Action
,Cell
,DisplayListener
,ThingChangedListener
- Enclosing class:
ScatterDisplay
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
(package private) CoordinateSystem
(package private) CurveDrawer
(package private) int
(package private) int
(package private) Gridded2DSet
(package private) DisplayMaster
(package private) boolean
(package private) boolean
(package private) UnionSet
(package private) LineDrawing
(package private) float
(package private) StatsTable
(package private) int
(package private) ScatterDisplay.ImageCurveSelector
Fields inherited from class visad.ActionImpl
TRACE_STACK, TRACE_TIME
-
Constructor Summary
ConstructorsConstructorDescriptionImageCurveSelector
(CurveDrawer curveDraw, FlatField image, DisplayMaster master, Color color, float maskVal, StatsTable mst) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
doAction()
void
reset()
void
setActive
(boolean active) void
void
setVisible
(boolean visible) void
updateCurve
(SampledSet set) 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 -
curveDraw
-
dspMaster
-
domainSet
-
cs
-
domainLen_0
int domainLen_0 -
domainLen_1
int domainLen_1 -
other
-
last_uSet
-
imageLatLon
boolean imageLatLon -
active
boolean active -
maskVal
float maskVal -
lastCurve
-
myTable
-
myTableIndex
int myTableIndex
-
-
Constructor Details
-
ImageCurveSelector
ImageCurveSelector(CurveDrawer curveDraw, FlatField image, DisplayMaster master, Color color, float maskVal, StatsTable mst) throws VisADException, RemoteException - Throws:
VisADException
RemoteException
-
-
Method Details
-
displayChanged
- Specified by:
displayChanged
in interfaceDisplayListener
- Throws:
VisADException
RemoteException
-
setActive
-
reset
- Throws:
VisADException
RemoteException
-
updateCurve
- Throws:
VisADException
RemoteException
-
setOther
-
doAction
- Specified by:
doAction
in classCellImpl
- Throws:
VisADException
RemoteException
-
setVisible
- Throws:
VisADException
RemoteException
-