js.dev.cam.sbig
Class ReadoutCcdParams

java.lang.Object
  extended by js.dev.Params
      extended by js.dev.cam.sbig.ReadoutCcdParams
All Implemented Interfaces:
java.io.Serializable

public class ReadoutCcdParams
extends Params
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ReadoutCcdParams()
          Constructor.
 
Method Summary
 CCD_REQUEST getCcdRequest()
           
 int getHeight()
           
 int getLeft()
           
 READOUT_MODE getReadoutMode()
           
static long getSerialVersionUID()
           
 int getTop()
           
 int getWidth()
           
 boolean isProgress()
           
 void setCcdRequest(CCD_REQUEST ccdRequest)
           
 void setHeight(int height)
           
 void setLeft(int left)
           
 void setProgress(boolean progress)
           
 void setReadoutMode(READOUT_MODE rm)
           
 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

ReadoutCcdParams

public ReadoutCcdParams()
Constructor.

Method Detail

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.