Package | Description |
---|---|
edu.wisc.ssec.mcidasv.control |
McIDAS-V specific controls.
|
edu.wisc.ssec.mcidasv.probes |
Modifier and Type | Field and Description |
---|---|
private ReadoutProbe |
MultiSpectralControl.Spectrum.probe
Probe that appears in the "image display" associated with
the current display control.
|
Modifier and Type | Field and Description |
---|---|
private Map<ReadoutProbe,Integer> |
MultiSpectralControl.ProbeTableModel.probeToIndex |
Modifier and Type | Method and Description |
---|---|
protected ReadoutProbe |
MultiSpectralControl.Spectrum.getProbe() |
Modifier and Type | Method and Description |
---|---|
ReadoutProbe |
ProbeEvent.getProbe()
Returns the probe that generated this event.
|
Constructor and Description |
---|
ProbeEvent(ReadoutProbe source,
T oldValue,
T newValue)
Generated when a
ReadoutProbe changes either its position,
color, or visibility. |