B C F G I M O Q R S T W Y

B

BLACK - Static variable in class com.motorola.funlight.FunLight
Constant for turn region off.
BLANK - Static variable in class com.motorola.funlight.FunLight
Constant for Blank region.
BLUE - Static variable in class com.motorola.funlight.FunLight
Constant for blue color.

C

CYAN - Static variable in class com.motorola.funlight.FunLight
Constant for cyan color.

F

FunLight - class com.motorola.funlight.FunLight.
FunLight class allows developers to access to additional lighting features that consist of varying colors, light intensity, and areas of light control.
FunLightException - exception com.motorola.funlight.FunLightException.
 
FunLightException() - Constructor for class com.motorola.funlight.FunLightException
Constructs a FunLightException with no detail message.
FunLightException(String) - Constructor for class com.motorola.funlight.FunLightException
Constructs a FunLightException with the specified detail message.

G

getColor() - Method in interface com.motorola.funlight.Region
Gets color of region in RGB format (0x00RRGGBB).
getControl() - Static method in class com.motorola.funlight.FunLight
Tries to occupy control for all existing regions.
getControl() - Method in interface com.motorola.funlight.Region
Tries to occupy region's control.
getID() - Method in interface com.motorola.funlight.Region
Gets region's ID.
getRegion(int) - Static method in class com.motorola.funlight.FunLight
Gets Fun Lights region by ID.
getRegions() - Static method in class com.motorola.funlight.FunLight
Gets all existing Fun Light regions on the current device.
getRegionsIDs() - Static method in class com.motorola.funlight.FunLight
Gets the array of region's IDs that exist on the current device.
GREEN - Static variable in class com.motorola.funlight.FunLight
Constant for green color.

I

IGNORED - Static variable in class com.motorola.funlight.FunLight
Constant for indication that operation for region has been ignored.

M

MAGENTA - Static variable in class com.motorola.funlight.FunLight
Constant for magenta color.

O

OFF - Static variable in class com.motorola.funlight.FunLight
Constant for region turn off.
ON - Static variable in class com.motorola.funlight.FunLight
Constant for region turn on.

Q

QUEUED - Static variable in class com.motorola.funlight.FunLight
Constant for indication that operation for region has been queued.

R

RED - Static variable in class com.motorola.funlight.FunLight
Constant for red color.
Region - interface com.motorola.funlight.Region.
Region interface is used to drive a Fun Lights region.
releaseControl() - Static method in class com.motorola.funlight.FunLight
Releases control for all existing regions.
releaseControl() - Method in interface com.motorola.funlight.Region
Releases region's control.

S

setColor(byte, byte, byte) - Static method in class com.motorola.funlight.FunLight
Sets the color for all of existing regions.
setColor(byte, byte, byte) - Method in interface com.motorola.funlight.Region
Sets the color of region.
setColor(int) - Static method in class com.motorola.funlight.FunLight
Sets the color for all existing regions.
setColor(int) - Method in interface com.motorola.funlight.Region
Sets the color of region.
SUCCESS - Static variable in class com.motorola.funlight.FunLight
Constant for indication that operation for region has been successfully completed.

T

toString() - Method in interface com.motorola.funlight.Region
This method returns a string which contain the region name.

W

WHITE - Static variable in class com.motorola.funlight.FunLight
Constant for white color.

Y

YELLOW - Static variable in class com.motorola.funlight.FunLight
Constant for yellow color.

B C F G I M O Q R S T W Y