Uses of Class
lejos.robotics.Colors.Color

Packages that use Colors.Color
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 Colors.Color in lejos.nxt
 

Methods in lejos.nxt that return Colors.Color
 Colors.Color LightSensor.getFloodlight()
           
 Colors.Color ColorLightSensor.getFloodlight()
           
 Colors.Color ColorLightSensor.readColor()
          Read the current color and return an enum value.
 

Methods in lejos.nxt with parameters of type Colors.Color
 boolean LightSensor.setFloodlight(Colors.Color color)
           
 boolean ColorLightSensor.setFloodlight(Colors.Color color)
           
 

Uses of Colors.Color in lejos.nxt.addon
 

Methods in lejos.nxt.addon that return Colors.Color
 Colors.Color RCXLightSensor.getFloodlight()
           
 

Methods in lejos.nxt.addon with parameters of type Colors.Color
 boolean RCXLightSensor.setFloodlight(Colors.Color color)
           
 

Uses of Colors.Color in lejos.robotics
 

Methods in lejos.robotics that return Colors.Color
 Colors.Color LampLightDetector.getFloodlight()
          Returns the color of the floodlight, including Color.NONE.
static Colors.Color Colors.Color.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Colors.Color[] Colors.Color.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in lejos.robotics with parameters of type Colors.Color
 boolean LampLightDetector.setFloodlight(Colors.Color color)
          Used to turn on or off the floodlight by color.