js.dev.cam.sbig
Class ReadoutCcdResults

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

public class ReadoutCcdResults
extends Results
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ReadoutCcdResults()
          Constructor.
ReadoutCcdResults(ERROR error)
          Parametrized constructor.
 
Method Summary
 short[][] getArray()
           
 int getHeight()
           
static long getSerialVersionUID()
           
 int getWidth()
           
 void setArray(short[][] array)
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 
Methods inherited from class js.dev.Results
getError, setError
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadoutCcdResults

public ReadoutCcdResults()
Constructor.


ReadoutCcdResults

public ReadoutCcdResults(ERROR error)
Parametrized constructor.

Parameters:
error - the error to set.
Method Detail

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.