| Package | Description |
|---|---|
| au.edu.jcu.v4l4j |
Video4Linux4java Main Package
|
| Modifier and Type | Method and Description |
|---|---|
int |
Control.decreaseValue()
This method decreases this control's current value by its step (as returned
by
Control.getStepValue(). |
long |
Control.getLongValue()
This method retrieves the current long value of this control.
|
String |
Control.getStringValue()
This method retrieves the current string value of this control.
|
int |
Control.getValue()
This method retrieves the current value of this control.
|
int |
Control.increaseValue()
This method increases this control's current value by its step (as returned
by
Control.getStepValue()). |
long |
Control.setLongValue(long value)
This method sets a new long value for this control.
|
String |
Control.setStringValue(String value)
This method sets a new string value for this control.
|
int |
Control.setValue(int value)
This method sets a new value for this control.
|
Copyright © 2013-2015 Bartosz Firyn (sarxos). All Rights Reserved.