Uses of Class
js.dev.cam.IMAGE_TYPE

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

Uses of IMAGE_TYPE in js.dev.cam
 

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

Methods in js.dev.cam with parameters of type IMAGE_TYPE
 void GrabImageParams.setImageType(IMAGE_TYPE imageType)
           
 

Constructors in js.dev.cam with parameters of type IMAGE_TYPE
GrabImageParams(double exposureTime, IMAGE_TYPE imageType, boolean progress)
          Constructor.
GrabImageParams(double exposureTime, IMAGE_TYPE imageType, CCD_REQUEST ccdRequest, 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, 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 IMAGE_TYPE in js.dev.cam.sbig
 

Methods in js.dev.cam.sbig that return IMAGE_TYPE
 IMAGE_TYPE ExposeCcdParams.getImageType()
           
 

Methods in js.dev.cam.sbig with parameters of type IMAGE_TYPE
 void ExposeCcdParams.setImageType(IMAGE_TYPE imageType)