| Package | Description |
|---|---|
| ej.fp.widget |
Contains widgets classes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Display.DisplayExtension.convertARGBColorToDisplayColor(Display display,
int argbColor)
Converts the 32-bit ARGB color format (A-R-G-B) into the display color format.
|
int |
Display.DisplayExtension.convertDisplayColorToARGBColor(Display display,
int displayColor)
Converts the display color format into a 32-bit ARGB color format (A-R-G-B).
|
int |
Display.DisplayExtension.getNumberOfColors(Display display)
Gets the number of colors that can be represented on the device.
|
boolean |
Display.DisplayExtension.isColor(Display display)
Asks if the display is a colored display or not.
|
default boolean |
Display.DisplayExtension.prepareBlendingOfIndexedColors(Display display,
java.util.concurrent.atomic.AtomicInteger foreground,
java.util.concurrent.atomic.AtomicInteger background)
Prepares the blending of two ARGB colors (only useful when the LCD is a palletized LCD).
|