js.dev.cam.web
Class VideoGrabResults

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

public class VideoGrabResults
extends Results
implements java.io.Serializable

The VideoGrabResults class.

Author:
soldan
See Also:
Serialized Form

Constructor Summary
VideoGrabResults()
          Constructor.
VideoGrabResults(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

VideoGrabResults

public VideoGrabResults()
Constructor.


VideoGrabResults

public VideoGrabResults(ERROR error)
Constructor.

Parameters:
error - the error to set.
Method Detail

getSerialVersionUID

public static final long getSerialVersionUID()
Returns:
the serialVersionUID.

getHeight

public final int getHeight()
Returns:
the height

setHeight

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

getWidth

public final int getWidth()
Returns:
the width

setWidth

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

getArray

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

setArray

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

getExposureStartTime

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

setExposureStartTime

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

getExposureStartTimeString

public final java.lang.String getExposureStartTimeString()