Uses of Class
edu.wisc.ssec.mcidasv.control.HydraControl
Packages that use HydraControl
Package
Description
McIDAS-V specific controls.
McIDAS-V specific data choosers.
-
Uses of HydraControl in edu.wisc.ssec.mcidasv.control
Subclasses of HydraControl in edu.wisc.ssec.mcidasv.controlFields in edu.wisc.ssec.mcidasv.control declared as HydraControlConstructors in edu.wisc.ssec.mcidasv.control with parameters of type HydraControlModifierConstructorDescriptionSelector(float waveNumber, ConstantMap[] color, HydraControl control, Console console) Create a new Selector. -
Uses of HydraControl in edu.wisc.ssec.mcidasv.data
Fields in edu.wisc.ssec.mcidasv.data with type parameters of type HydraControlModifier and TypeFieldDescriptionprivate final Map<DataChoice, HydraControl> McvDataManager.hydraDataToControlMethods in edu.wisc.ssec.mcidasv.data that return HydraControlMethods in edu.wisc.ssec.mcidasv.data with parameters of type HydraControlModifier and TypeMethodDescriptionvoidMcvDataManager.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 HydraControlConstructors in edu.wisc.ssec.mcidasv.data.hydra with parameters of type HydraControlModifierConstructorDescriptionHydraRGBDisplayable(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 HydraControlModifier and TypeFieldDescriptionprivate HydraControlMultiSpectralDisplay.displayControlprivate HydraControlMultiSpectralDisplay.DragLine.hydraControlMethods in edu.wisc.ssec.mcidasv.display.hydra with parameters of type HydraControlModifier and TypeMethodDescriptionvoidMultiSpectralDisplay.setDisplayControl(HydraControl control) voidMultiSpectralDisplay.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