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 ReadoutProbeMultiSpectralControl.Spectrum.probeProbe 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.probeToIndexMethods in edu.wisc.ssec.mcidasv.control that return ReadoutProbeModifier and TypeMethodDescriptionprotected ReadoutProbeMultiSpectralControl.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 aReadoutProbechanges either its position, color, or visibility.