javax.microedition.sensor
Class Unit

java.lang.Object
  extended by javax.microedition.sensor.Unit

public class Unit
extends Object

Implementation of the JSR 256 Unit class for the units supported by LEGO Mindstorms I2C sensors

Author:
Lawrie Griffiths

Method Summary
static Unit getUnit(String symbol)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getUnit

public static Unit getUnit(String symbol)

toString

public String toString()
Overrides:
toString in class Object