js.dev.cam.web
Class VideoSetContrastParams

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

public class VideoSetContrastParams
extends Params
implements java.io.Serializable

The VideoSetContrastParams class.

Author:
soldan
See Also:
Serialized Form

Constructor Summary
VideoSetContrastParams()
          Constructor.
VideoSetContrastParams(int contrast)
          Constructor.
 
Method Summary
 int getContrast()
           
static long getSerialVersionUID()
           
 void setContrast(int contrast)
           
 
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

VideoSetContrastParams

public VideoSetContrastParams()
Constructor.


VideoSetContrastParams

public VideoSetContrastParams(int contrast)
Constructor.

Method Detail

getSerialVersionUID

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

getContrast

public final int getContrast()
Returns:
the contrast

setContrast

public final void setContrast(int contrast)
Parameters:
contrast - the contrast to set