javax.microedition.sensor
Class MeasurementRange
java.lang.Object
javax.microedition.sensor.MeasurementRange
public class MeasurementRange
- extends Object
Basic implementation of the JSR256 MeasurementRange class
- Author:
- Lawrie Griffiths
Constructor Summary |
MeasurementRange(double smallest,
double largest,
double resolution)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MeasurementRange
public MeasurementRange(double smallest,
double largest,
double resolution)
getLargestValue
public double getLargestValue()
getResolution
public double getResolution()
getSmallestValue
public double getSmallestValue()