javax.microedition.sensor
Class LightSensorInfo

java.lang.Object
  extended by javax.microedition.sensor.NXTSensorInfo
      extended by javax.microedition.sensor.NXTADSensorInfo
          extended by javax.microedition.sensor.LightSensorInfo
All Implemented Interfaces:
SensorInfo

public class LightSensorInfo
extends NXTADSensorInfo

SensorInfo for LEGO light sensor

Author:
Lawrie Griffiths

Field Summary
 
Fields inherited from class javax.microedition.sensor.NXTSensorInfo
AD_SENSOR, I2C_SENSOR, infos, MAX_RATE, RCX_SENSOR
 
Fields inherited from interface javax.microedition.sensor.SensorInfo
CONN_EMBEDDED, CONN_REMOTE, CONN_SHORT_RANGE_WIRELESS, CONN_WIRED, CONTEXT_TYPE_AMBIENT, CONTEXT_TYPE_DEVICE, CONTEXT_TYPE_USER, PROP_LATITUDE, PROP_LOCATION, PROP_LONGITUDE, PROP_MAX_RATE, PROP_VENDOR, PROP_VERSION
 
Constructor Summary
LightSensorInfo()
           
 
Method Summary
 String getQuantity()
           
 int getSensorType()
           
 String getType()
           
 
Methods inherited from class javax.microedition.sensor.NXTADSensorInfo
getVendor, getVersion, getWiredType
 
Methods inherited from class javax.microedition.sensor.NXTSensorInfo
getChannelInfos, getConnectionType, getContextType, getDescription, getMaxBufferSize, getMode, getModel, getModelNames, getProperty, getPropertyNames, getUrl, isAvailabilityPushSupported, isAvailable, isConditionPushSupported, setPortNumber, setType, setVendor, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightSensorInfo

public LightSensorInfo()
Method Detail

getQuantity

public String getQuantity()

getSensorType

public int getSensorType()
Overrides:
getSensorType in class NXTSensorInfo

getType

public String getType()
Overrides:
getType in class NXTSensorInfo