|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.tuneology.sane.OptionDescriptor | +--com.tuneology.sane.FixedOption
This option is an array of fixed-point (16 bits integer, 16 bits fractional) values.
Method Summary | |
int[] |
getValues()
|
int |
setValues(int[] values)
|
Methods inherited from class com.tuneology.sane.OptionDescriptor |
getCap, getDescription, getElements, getName, getRange, getSize, getTitle, getUnit, setAutomatic |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int[] getValues() throws SaneException
SaneException
public int setValues(int[] values) throws SaneException
values
- the new values.
SaneException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |