|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--usb.jphoto.DevicePropDesc.Range
This class describes value ranges by minima, maxima, and permissible increments.
Method Summary | |
java.lang.Object |
getIncrement()
Returns the increment of values in this range |
java.lang.Object |
getMaximum()
Returns the maximum value of this range |
java.lang.Object |
getMinimum()
Returns the minimum value of this range |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.Object getMaximum()
public java.lang.Object getMinimum()
public java.lang.Object getIncrement()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |