js.dev.cam.sbig
Class ReadoutInfo
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadoutInfo
public ReadoutInfo()
- Constructor.
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.