usb.jphoto
Class DevicePropDesc.Range

java.lang.Object
  |
  +--usb.jphoto.DevicePropDesc.Range
Enclosing class:
DevicePropDesc

public static final class DevicePropDesc.Range
extends java.lang.Object

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

getMaximum

public java.lang.Object getMaximum()
Returns the maximum value of this range

getMinimum

public java.lang.Object getMinimum()
Returns the minimum value of this range

getIncrement

public java.lang.Object getIncrement()
Returns the increment of values in this range


Associated source code is licenced under the GPL.
See http://jphoto.sourceforge.net
This documentation was derived from that source code on 2001-04-12.