Uses of Interface
lejos.robotics.LightDetector

Packages that use LightDetector
lejos.nxt Access to NXT sensors, motors, etc. 
lejos.nxt.addon Access to third party and legacy RCX sensors, motors and other hardware not included in the Lego NXT kit 
lejos.robotics Hardware abstraction interfaces for the robotics package. 
 

Uses of LightDetector in lejos.nxt
 

Classes in lejos.nxt that implement LightDetector
 class ColorLightSensor
          LEGO Color Sensor driver.
 class LightSensor
          This class is used to obtain readings from a LEGO NXT light sensor.
 

Uses of LightDetector in lejos.nxt.addon
 

Classes in lejos.nxt.addon that implement LightDetector
 class RCXLightSensor
          This class is used to obtain readings from a legacy RCX light sensor, using an adapter cable to connect it to the NXT brick.
 

Uses of LightDetector in lejos.robotics
 

Subinterfaces of LightDetector in lejos.robotics
 interface LampLightDetector
          Interface for a light sensor that also includes a lamp (usually LED) to provide illumination.