Uses of Class
edu.wisc.ssec.mcidasv.control.HydraControl

Packages that use HydraControl
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   
 

Uses of HydraControl in edu.wisc.ssec.mcidasv.control
 

Subclasses of HydraControl in edu.wisc.ssec.mcidasv.control
 class HydraCombo
           
 class LinearCombo
           
 class MultiSpectralControl
           
 

Fields in edu.wisc.ssec.mcidasv.control declared as HydraControl
private  HydraControl LinearCombo.Selector.control
           
 

Constructors in edu.wisc.ssec.mcidasv.control with parameters of type HydraControl
LinearCombo.Selector(float waveNumber, ConstantMap[] color, HydraControl control, Console console)
           
 

Uses of HydraControl in edu.wisc.ssec.mcidasv.data
 

Fields in edu.wisc.ssec.mcidasv.data with type parameters of type HydraControl
private  Map<DataChoice,HydraControl> McvDataManager.hydraDataToControl
           
 

Methods in edu.wisc.ssec.mcidasv.data that return HydraControl
 HydraControl McvDataManager.getHydraControl(DataChoice choice)
           
 

Methods in edu.wisc.ssec.mcidasv.data with parameters of type HydraControl
 void McvDataManager.setHydraControl(DataChoice choice, HydraControl control)
           
 

Uses of HydraControl in edu.wisc.ssec.mcidasv.data.hydra
 

Fields in edu.wisc.ssec.mcidasv.data.hydra declared as HydraControl
private  HydraControl HydraRGBDisplayable.multiSpecCntrl
           
 

Constructors in edu.wisc.ssec.mcidasv.data.hydra with parameters of type HydraControl
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.
 

Uses of HydraControl in edu.wisc.ssec.mcidasv.display.hydra
 

Fields in edu.wisc.ssec.mcidasv.display.hydra declared as HydraControl
private  HydraControl MultiSpectralDisplay.displayControl
           
private  HydraControl MultiSpectralDisplay.DragLine.hydraControl
           
 

Methods in edu.wisc.ssec.mcidasv.display.hydra with parameters of type HydraControl
 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.
 

Constructors in edu.wisc.ssec.mcidasv.display.hydra with parameters of type HydraControl
MultiSpectralDisplay(HydraControl control)