|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjs.dev.Params
js.dev.cam.GrabImageParams
public class GrabImageParams
The GrabImageParams class.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
CCD_REQUEST |
getCcdRequest()
|
EEP_CCD_FLAG |
getEepCcdFlag()
|
double |
getExposureTime()
|
int |
getHeight()
|
IMAGE_TYPE |
getImageType()
|
int |
getLeft()
|
READOUT_MODE |
getReadoutMode()
|
SEP_CCD_FLAG |
getSepCcdFlag()
|
SEP_EXPOSURE_TIME_FLAG |
getSepExposureTimeFlag()
|
static long |
getSerialVersionUID()
|
int |
getTop()
|
int |
getWidth()
|
boolean |
isProgress()
|
void |
setCcdRequest(CCD_REQUEST ccdRequest)
|
void |
setEepCcdFlag(EEP_CCD_FLAG eepCcdFlag)
|
void |
setExposureTime(double exposureTime)
|
void |
setHeight(int height)
|
void |
setImageType(IMAGE_TYPE imageType)
|
void |
setLeft(int left)
|
void |
setProgress(boolean progress)
|
void |
setReadoutMode(READOUT_MODE readoutMode)
|
void |
setSepCcdFlag(SEP_CCD_FLAG sepCcdFlag)
|
void |
setSepExposureTimeFlag(SEP_EXPOSURE_TIME_FLAG sepExposureTimeFlag)
|
void |
setTop(int top)
|
void |
setWidth(int width)
|
Methods inherited from class js.dev.Params |
---|
getPriority, setPriority |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrabImageParams(double exposureTime, IMAGE_TYPE imageType, boolean progress)
exposureTime
- the exposureTime to set.imageType
- the imageType to set.progress
- the progress to set.public GrabImageParams(double exposureTime, IMAGE_TYPE imageType, CCD_REQUEST ccdRequest, boolean progress)
exposureTime
- the exposureTime to set.imageType
- the imageType to set.ccdRequest
- the ccdRequest to set.progress
- the progress to set.public GrabImageParams(double exposureTime, IMAGE_TYPE imageType, CCD_REQUEST ccdRequest, READOUT_MODE readoutMode, boolean progress)
exposureTime
- the exposureTime to set.imageType
- the imageType to set.ccdRequest
- the ccdRequest to set.readoutMode
- the readoutMode to set.progress
- the progress to set.public GrabImageParams(double exposureTime, IMAGE_TYPE imageType, CCD_REQUEST ccdRequest, READOUT_MODE readoutMode, BITPIX bitpix, int top, int left, int height, int width, boolean progress)
exposureTime
- the exposureTime to set.imageType
- the imageType to set.ccdRequest
- the ccdRequest to set.readoutMode
- the readoutMode to set.bitpix
- the bitpix to set.top
- the top to set - zero based.left
- the left to set - zero based.height
- the height to set.width
- the width to set.progress
- the progress to set.public 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)
exposureTime
- the exposureTime to set.imageType
- the imageType to set.ccdRequest
- the ccdRequest to set.readoutMode
- the readoutMode to set.bitpix
- the bitpix to set.top
- the top to set - zero based.left
- the left to set - zero based.height
- the height to set.width
- the width to set.sepCcdFlag
- the sepCcdFlag to set.eepCcdFlag
- the eepCcdFlag to set.progress
- the progress to set.Method Detail |
---|
public static final long getSerialVersionUID()
public final CCD_REQUEST getCcdRequest()
public void setCcdRequest(CCD_REQUEST ccdRequest)
ccdRequest
- the ccdRequest to set.public final EEP_CCD_FLAG getEepCcdFlag()
public void setEepCcdFlag(EEP_CCD_FLAG eepCcdFlag)
eepCcdFlag
- the eepCcdFlag to set.public final double getExposureTime()
public void setExposureTime(double exposureTime)
exposureTime
- the exposureTime to set.public final int getHeight()
public void setHeight(int height)
height
- the height to set.public final IMAGE_TYPE getImageType()
public void setImageType(IMAGE_TYPE imageType)
imageType
- the imageType to set.public final int getLeft()
public void setLeft(int left)
left
- the left to set.public final boolean isProgress()
public void setProgress(boolean progress)
progress
- the progress to set.public final READOUT_MODE getReadoutMode()
public void setReadoutMode(READOUT_MODE readoutMode)
readoutMode
- the readoutMode to set.public final SEP_CCD_FLAG getSepCcdFlag()
public void setSepCcdFlag(SEP_CCD_FLAG sepCcdFlag)
sepCcdFlag
- the sepCcdFlag to set.public final SEP_EXPOSURE_TIME_FLAG getSepExposureTimeFlag()
public void setSepExposureTimeFlag(SEP_EXPOSURE_TIME_FLAG sepExposureTimeFlag)
sepExposureTimeFlag
- the sepExposureTimeFlag to set.public final int getTop()
public void setTop(int top)
top
- the top to set.public final int getWidth()
public void setWidth(int width)
width
- the width to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |