js.dev.cam.web
Class VideoSetBrightnessParams

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

public class VideoSetBrightnessParams
extends Params
implements java.io.Serializable

The VideoSetBrightnessParams class.

Author:
soldan
See Also:
Serialized Form

Constructor Summary
VideoSetBrightnessParams()
          Constructor.
VideoSetBrightnessParams(int brightness)
          Constructor.
 
Method Summary
 int getBrightness()
           
static long getSerialVersionUID()
           
 void setBrightness(int brightness)
           
 
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

VideoSetBrightnessParams

public VideoSetBrightnessParams()
Constructor.


VideoSetBrightnessParams

public VideoSetBrightnessParams(int brightness)
Constructor.

Method Detail

getSerialVersionUID

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

getBrightness

public final int getBrightness()
Returns:
the brightness

setBrightness

public final void setBrightness(int brightness)
Parameters:
brightness - the brightness to set