js.dev.cam.web
Class VideoGrabResults
java.lang.Object
js.dev.Results
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VideoGrabResults
public VideoGrabResults()
- Constructor.
VideoGrabResults
public VideoGrabResults(ERROR error)
- Constructor.
- Parameters:
error
- the error to set.
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()