js.dev.cam.sbig
Class ReadoutCcdResults
java.lang.Object
js.dev.Results
js.dev.cam.sbig.ReadoutCcdResults
- All Implemented Interfaces:
- java.io.Serializable
public class ReadoutCcdResults
- extends Results
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadoutCcdResults
public ReadoutCcdResults()
- Constructor.
ReadoutCcdResults
public ReadoutCcdResults(ERROR error)
- Parametrized constructor.
- Parameters:
error
- the error to set.
getSerialVersionUID
public static long getSerialVersionUID()
- Returns:
- the serialVersionUID.
getArray
public short[][] getArray()
- Returns:
- the array.
setArray
public void setArray(short[][] array)
- Parameters:
array
- the array to set.
getHeight
public int getHeight()
- Returns:
- the height.
setHeight
public void setHeight(int height)
- Parameters:
height
- the height to set.
getWidth
public int getWidth()
- Returns:
- the width.
setWidth
public void setWidth(int width)
- Parameters:
width
- the width to set.