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