Uses of Class
edu.wisc.ssec.mcidasv.probes.ReadoutProbe
Packages that use ReadoutProbe
Package
Description
McIDAS-V specific controls.
-
Uses of ReadoutProbe in edu.wisc.ssec.mcidasv.control
Fields in edu.wisc.ssec.mcidasv.control declared as ReadoutProbeModifier and TypeFieldDescriptionprivate ReadoutProbe
MultiSpectralControl.Spectrum.probe
Probe that appears in the "image display" associated with the current display control.Fields in edu.wisc.ssec.mcidasv.control with type parameters of type ReadoutProbeModifier and TypeFieldDescriptionprivate final Map
<ReadoutProbe, Integer> MultiSpectralControl.ProbeTableModel.probeToIndex
Methods in edu.wisc.ssec.mcidasv.control that return ReadoutProbeModifier and TypeMethodDescriptionprotected ReadoutProbe
MultiSpectralControl.Spectrum.getProbe()
-
Uses of ReadoutProbe in edu.wisc.ssec.mcidasv.probes
Methods in edu.wisc.ssec.mcidasv.probes that return ReadoutProbeModifier and TypeMethodDescriptionProbeEvent.getProbe()
Returns the probe that generated this event.Constructors in edu.wisc.ssec.mcidasv.probes with parameters of type ReadoutProbeModifierConstructorDescriptionProbeEvent
(ReadoutProbe source, T oldValue, T newValue) Generated when aReadoutProbe
changes either its position, color, or visibility.