Package | Description |
---|---|
edu.wisc.ssec.mcidasv.control |
McIDAS-V specific controls.
|
edu.wisc.ssec.mcidasv.data |
McIDAS-V specific data choosers.
|
edu.wisc.ssec.mcidasv.data.hydra | |
edu.wisc.ssec.mcidasv.display.hydra |
Modifier and Type | Class and Description |
---|---|
class |
HydraCombo |
class |
LinearCombo |
class |
MultiSpectralControl |
Modifier and Type | Field and Description |
---|---|
private HydraControl |
LinearCombo.Selector.control |
Constructor and Description |
---|
Selector(float waveNumber,
ConstantMap[] color,
HydraControl control,
Console console)
Create a new Selector.
|
Modifier and Type | Field and Description |
---|---|
private Map<DataChoice,HydraControl> |
McvDataManager.hydraDataToControl |
Modifier and Type | Method and Description |
---|---|
HydraControl |
McvDataManager.getHydraControl(DataChoice choice) |
Modifier and Type | Method and Description |
---|---|
void |
McvDataManager.setHydraControl(DataChoice choice,
HydraControl control) |
Modifier and Type | Field and Description |
---|---|
private HydraControl |
HydraRGBDisplayable.multiSpecCntrl |
Constructor and Description |
---|
HydraRGBDisplayable(String name,
RealType rgbRealType,
RealType indexRealType,
boolean alphaflag,
HydraControl multiSpecCntrl)
Constructs from a name for the Displayable and the type of the
RGB parameter.
|
HydraRGBDisplayable(String name,
RealType rgbRealType,
RealType indexRealType,
float[][] colorPalette,
boolean alphaflag,
Range initRange,
HydraControl multiSpecCntrl) |
HydraRGBDisplayable(String name,
RealType rgbRealType,
RealType indexRealType,
float[][] colorPalette,
String colorPaletteName,
boolean alphaflag,
Range initRange,
HydraControl multiSpecCntrl)
Constructs from a name for the Displayable and the type of the
RGB parameter.
|
Modifier and Type | Field and Description |
---|---|
private HydraControl |
MultiSpectralDisplay.displayControl |
private HydraControl |
MultiSpectralDisplay.DragLine.hydraControl |
Modifier and Type | Method and Description |
---|---|
void |
MultiSpectralDisplay.setDisplayControl(HydraControl control) |
void |
MultiSpectralDisplay.DragLine.setHydraControl(HydraControl hydraControl)
Set the display control so we can call back and update
wavelength readout in real time.
|
Constructor and Description |
---|
MultiSpectralDisplay(HydraControl control) |