js.dev.cam.sbig
Class ReadoutCcdParams
java.lang.Object
js.dev.Params
js.dev.cam.sbig.ReadoutCcdParams
- All Implemented Interfaces:
- java.io.Serializable
public class ReadoutCcdParams
- 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 |
ReadoutCcdParams
public ReadoutCcdParams()
- Constructor.
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.
isProgress
public boolean isProgress()
- Returns:
- the progress.
setProgress
public void setProgress(boolean progress)
- Parameters:
progress
- the progress to set.
getReadoutMode
public READOUT_MODE getReadoutMode()
- Returns:
- the rm.
setReadoutMode
public void setReadoutMode(READOUT_MODE rm)
- Parameters:
rm
- the rm 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.