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

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

Uses of SEP_CCD_FLAG in js.dev.cam
 

Methods in js.dev.cam that return SEP_CCD_FLAG
 SEP_CCD_FLAG GrabImageParams.getSepCcdFlag()
           
 

Methods in js.dev.cam with parameters of type SEP_CCD_FLAG
 void GrabImageParams.setSepCcdFlag(SEP_CCD_FLAG sepCcdFlag)
           
 

Constructors in js.dev.cam with parameters of type SEP_CCD_FLAG
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.
 

Uses of SEP_CCD_FLAG in js.dev.cam.sbig
 

Methods in js.dev.cam.sbig that return SEP_CCD_FLAG
 SEP_CCD_FLAG StartExposureParams.getSepCcdFlag()
           
 SEP_CCD_FLAG ExposeCcdParams.getSepCcdFlag()
           
static SEP_CCD_FLAG SEP_CCD_FLAG.getSepCcdFlag(int value)
           
static SEP_CCD_FLAG SEP_CCD_FLAG.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SEP_CCD_FLAG[] SEP_CCD_FLAG.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 SEP_CCD_FLAG
 void StartExposureParams.setSepCcdFlag(SEP_CCD_FLAG sepCcdFlag)
           
 void ExposeCcdParams.setSepCcdFlag(SEP_CCD_FLAG sepCcdFlag)