Uses of Class
js.dev.cam.sbig.READOUT_MODE

Packages that use READOUT_MODE
js.dev.cam   
js.dev.cam.sbig   
 

Uses of READOUT_MODE in js.dev.cam
 

Methods in js.dev.cam that return READOUT_MODE
 READOUT_MODE GrabImageParams.getReadoutMode()
           
 

Methods in js.dev.cam with parameters of type READOUT_MODE
 void GrabImageParams.setReadoutMode(READOUT_MODE readoutMode)
           
 

Constructors in js.dev.cam with parameters of type READOUT_MODE
GrabImageParams(double exposureTime, IMAGE_TYPE imageType, CCD_REQUEST ccdRequest, READOUT_MODE readoutMode, BITPIX bitpix, int top, int left, int height, int width, boolean progress)
          Constructor.
GrabImageParams(double exposureTime, IMAGE_TYPE imageType, CCD_REQUEST ccdRequest, READOUT_MODE readoutMode, BITPIX bitpix, int top, int left, int height, int width, SEP_CCD_FLAG sepCcdFlag, SEP_EXPOSURE_TIME_FLAG sepExposureTimeFlag, EEP_CCD_FLAG eepCcdFlag, boolean progress)
          Constructor.
GrabImageParams(double exposureTime, IMAGE_TYPE imageType, CCD_REQUEST ccdRequest, READOUT_MODE readoutMode, boolean progress)
          Constructor.
 

Uses of READOUT_MODE in js.dev.cam.sbig
 

Methods in js.dev.cam.sbig that return READOUT_MODE
 READOUT_MODE ReadoutCcdParams.getReadoutMode()
           
static READOUT_MODE READOUT_MODE.getReadoutMode(int value)
           
static READOUT_MODE READOUT_MODE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static READOUT_MODE[] READOUT_MODE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in js.dev.cam.sbig with parameters of type READOUT_MODE
 void ReadoutCcdParams.setReadoutMode(READOUT_MODE rm)