js.dev.cam.sbig
Class StartReadoutParams
java.lang.Object
js.dev.Params
js.dev.cam.sbig.StartReadoutParams
- All Implemented Interfaces:
- java.io.Serializable
public class StartReadoutParams
- extends Params
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartReadoutParams
public StartReadoutParams()
- Constructor.
StartReadoutParams
public StartReadoutParams(CCD_REQUEST ccdRequest,
int readoutMode,
int top,
int left,
int height,
int width)
- Constructor.
- Parameters:
ccdRequest
- the ccdRequest to set.readoutMode
- the readoutMode to set.top
- the topmost row to readout (0 based).left
- the leftmost pixel to readout (0 based).height
- the image height.width
- the image width.
getSerialVersionUID
public static long getSerialVersionUID()
- Returns:
- the serialVersionUID.
getCcdRequest
public CCD_REQUEST getCcdRequest()
- Returns:
- the ccdRequest.
setCcdRequest
public void setCcdRequest(CCD_REQUEST ccdRequest)
- Parameters:
ccdRequest
- the ccdRequest to set.
getHeight
public int getHeight()
- Returns:
- the height.
setHeight
public void setHeight(int height)
- Parameters:
height
- the height to set.
getLeft
public int getLeft()
- Returns:
- the left.
setLeft
public void setLeft(int left)
- Parameters:
left
- the left to set.
getReadoutMode
public int getReadoutMode()
- Returns:
- the readoutMode.
setReadoutMode
public void setReadoutMode(int readoutMode)
- Parameters:
readoutMode
- the readoutMode to set.
getTop
public int getTop()
- Returns:
- the top.
setTop
public void setTop(int top)
- Parameters:
top
- the top to set.
getWidth
public int getWidth()
- Returns:
- the width.
setWidth
public void setWidth(int width)
- Parameters:
width
- the width to set.