SunSPOT API V5.0


Uses of Class
com.sun.spot.sensorboard.peripheral.LEDColor

Packages that use LEDColor
com.sun.spot.sensorboard.peripheral Interfaces and concrete implementations of various peripherals that are either connected to or built into the daughter cards. 
 

Uses of LEDColor in com.sun.spot.sensorboard.peripheral
 

Fields in com.sun.spot.sensorboard.peripheral declared as LEDColor
static LEDColor LEDColor.BLUE
          standard definition of the color blue
static LEDColor LEDColor.CHARTREUSE
          standard definition of the color chartreuse
static LEDColor LEDColor.CYAN
          standard definition of the color cyan
static LEDColor LEDColor.GREEN
          standard definition of the color green
static LEDColor LEDColor.MAGENTA
          standard definition of the color magenta
static LEDColor LEDColor.MAUVE
          standard definition of the color mauve
static LEDColor LEDColor.ORANGE
          non-standard definition of the color orange (color corrected for LEDs)
static LEDColor LEDColor.PUCE
          standard definition of the color puce
static LEDColor LEDColor.RED
          standard definition of the color red
static LEDColor LEDColor.TURQUOISE
          standard definition of the color turquoise
static LEDColor LEDColor.WHITE
          standard definition of the color white
static LEDColor LEDColor.YELLOW
          non-standard definition of the color yellow (color corrected for LEDs)
 

Methods in com.sun.spot.sensorboard.peripheral that return LEDColor
 LEDColor TriColorLED.getColor()
          Get the current color of the LED.
 LEDColor ITriColorLED.getColor()
          Get the current color of the LED.
 

Methods in com.sun.spot.sensorboard.peripheral with parameters of type LEDColor
 void TriColorLED.setColor(LEDColor rgb)
          Set the color of the LED
 void ITriColorLED.setColor(LEDColor clr)
          Set the color of the LED.
 


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.