Package | Description |
---|---|
javax.microedition.lui |
[OPTIONAL] Set of features to implement Line-oriented User Interface.
|
Modifier and Type | Field and Description |
---|---|
static DisplayColor |
Display.BACKLIGHT_STANDARD_COLOR
Standard backlight color for this
Display . |
static DisplayColor |
Display.TEXT_STANDARD_COLOR
Standard text color for this
Display . |
Modifier and Type | Method and Description |
---|---|
DisplayColor |
Display.getBacklightColor()
Retrieves the currently valid backlight color of the display.
|
DisplayColor |
Display.getCurrentTextColor()
Retrieves the currently valid text color of the display.
|
DisplayColor |
Display.setBacklightColor(DisplayColor color)
Sets the backlight color to be used by the display from now on.
|
DisplayColor |
Display.setCurrentTextColor(DisplayColor color)
Sets the text color to be used on the display from now on.
|
Modifier and Type | Method and Description |
---|---|
DisplayColor |
Display.setBacklightColor(DisplayColor color)
Sets the backlight color to be used by the display from now on.
|
DisplayColor |
Display.setCurrentTextColor(DisplayColor color)
Sets the text color to be used on the display from now on.
|
Copyright (c) 2013, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.