js.dev.cam
Class GrabImageResults

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

public class GrabImageResults
extends Results
implements java.io.Serializable

The GrabImageResults class.

Author:
soldan
See Also:
Serialized Form

Constructor Summary
GrabImageResults()
           
GrabImageResults(ERROR error)
          Constructor.
 
Method Summary
 short[][] getArray()
           
 java.util.Calendar getExposureStartTime()
           
 java.lang.String getExposureStartTimeString()
           
 int getHeight()
           
static long getSerialVersionUID()
           
 int getWidth()
           
 void setArray(short[][] array)
           
 void setExposureStartTime(java.util.Calendar exposureStartTime)
           
 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

GrabImageResults

public GrabImageResults()

GrabImageResults

public GrabImageResults(ERROR error)
Constructor.

Parameters:
error - the error to set.
Method Detail

getSerialVersionUID

public static final long getSerialVersionUID()
Returns:
the serialVersionUID

getArray

public final short[][] getArray()
Returns:
the array

setArray

public void setArray(short[][] array)
Parameters:
array - the array to set

getExposureStartTime

public final java.util.Calendar getExposureStartTime()
Returns:
the exposureStartTime

setExposureStartTime

public void setExposureStartTime(java.util.Calendar exposureStartTime)
Parameters:
exposureStartTime - the exposureStartTime to set

getExposureStartTimeString

public final java.lang.String getExposureStartTimeString()

getHeight

public final int getHeight()
Returns:
the height

setHeight

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

getWidth

public final int getWidth()
Returns:
the width

setWidth

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