js.dev.cam.web
Class VideoGrabParams

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

public class VideoGrabParams
extends Params
implements java.io.Serializable

The VideoGrabParams class.

Author:
soldan
See Also:
Serialized Form

Constructor Summary
VideoGrabParams(int width, int height, short[][] array)
          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.Params
getPriority, setPriority
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoGrabParams

public VideoGrabParams(int width,
                       int height,
                       short[][] array)
Constructor.

Parameters:
width - the image width.
height - the image height.
array - the destination image array.
Method Detail

getArray

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

setArray

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

getSerialVersionUID

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

getWidth

public final int getWidth()
Returns:
the width

setWidth

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

getHeight

public final int getHeight()
Returns:
the height

setHeight

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