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

Packages that use ABG_STATE7
js.dev.cam.sbig   
 

Uses of ABG_STATE7 in js.dev.cam.sbig
 

Methods in js.dev.cam.sbig that return ABG_STATE7
 ABG_STATE7 StartExposureParams.getAbgState()
           
static ABG_STATE7 ABG_STATE7.getAbgState7(int value)
          The getAbgState returns the ABG_STATE7 enum.
static ABG_STATE7 ABG_STATE7.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ABG_STATE7[] ABG_STATE7.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 ABG_STATE7
 void StartExposureParams.setAbgState(ABG_STATE7 abgState)