js.dev.cam.sbig
Class ReadoutInfo

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

public class ReadoutInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ReadoutInfo()
          Constructor.
 
Method Summary
 double getGain()
           
 int getHeight()
           
 int getMode()
           
 double getPixelHeight()
           
 double getPixelWidth()
           
static long getSerialVersionUID()
           
 int getWidth()
           
 void setGain(double gain)
           
 void setHeight(int height)
           
 void setMode(int mode)
           
 void setPixelHeight(double pixelHeight)
           
 void setPixelWidth(double pixelWidth)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadoutInfo

public ReadoutInfo()
Constructor.

Method Detail

getSerialVersionUID

public static long getSerialVersionUID()
Returns:
the serialVersionUID.

getGain

public double getGain()
Returns:
the gain.

setGain

public void setGain(double gain)
Parameters:
gain - the gain to set.

getHeight

public int getHeight()
Returns:
the height.

setHeight

public void setHeight(int height)
Parameters:
height - the height to set.

getMode

public int getMode()
Returns:
the mode.

setMode

public void setMode(int mode)
Parameters:
mode - the mode to set.

getPixelHeight

public double getPixelHeight()
Returns:
the pixelHeight.

setPixelHeight

public void setPixelHeight(double pixelHeight)
Parameters:
pixelHeight - the pixelHeight to set.

getPixelWidth

public double getPixelWidth()
Returns:
the pixelWidth.

setPixelWidth

public void setPixelWidth(double pixelWidth)
Parameters:
pixelWidth - the pixelWidth to set.

getWidth

public int getWidth()
Returns:
the width.

setWidth

public void setWidth(int width)
Parameters:
width - the width to set.