- callSerially(Runnable) - Method in class ej.microui.display.Display
-
Serializes a call event in the system event stream.
- CANADIAN_ABORIGINAL - Static variable in class ej.microui.display.Font
-
Constant for canadian aboriginal font identifier.
- CANCEL - Static variable in class ej.microui.event.generator.Command
-
The "cancel" command constant.
- CAP - Static variable in class ej.microui.event.generator.Keypad
-
The CAP mode.
In CAP mode only capital letters and digits are returned
- CAP1 - Static variable in class ej.microui.event.generator.Keypad
-
The CAP1 mode.
In CAP1 mode is the same has CAP mode, but automatically switch to ALPHA mode after the
Keyboard.KEY_UP
event
- CHAM - Static variable in class ej.microui.display.Font
-
Constant for cham font identifier.
- charsWidth(char[], int, int) - Method in class ej.microui.display.Font
-
Gets the width of the characters in ch
from offset
to offset+length
with
this font and its x ratio.
The width is the horizontal distance that would be occupied if the length
characters were drawn
using this font.
- charWidth(char) - Method in class ej.microui.display.Font
-
Gets the width of the specified character with this font and its x ratio.
The width is the horizontal distance that would be occupied if ch
was drawn using this font.
- CHEROKEE - Static variable in class ej.microui.display.Font
-
Constant for cherokee font identifier.
- CLICKED - Static variable in class ej.microui.event.generator.Buttons
-
The "clicked" action.
- clickEnabled(int) - Method in class ej.microui.event.generator.Buttons
-
Returns true
if the generator should send a click event.
- clipRect(int, int, int, int) - Method in class ej.microui.display.GraphicsContext
-
Sets the clipping area to be the intersection of the specified rectangle with the current clipping rectangle.
- CLOCKWISE - Static variable in class ej.microui.event.generator.Command
-
The "clockwise" command constant.
- Colors - Interface in ej.microui.display
-
The interface Colors
provides useful constants to handle RGB colors format.
- COMMAND - Static variable in class ej.microui.event.Event
-
The COMMAND event type.
- Command - Class in ej.microui.event.generator
-
Command is an event generator that generates application-level events.
- Command() - Constructor for class ej.microui.event.generator.Command
-
Creates a new command event generator.
- CommandEventHandler - Interface in ej.microui.event.controller
-
Event handler that manages
Command
events.
- COMMON - Static variable in class ej.microui.display.Font
-
Constant for common font identifier.
- COPTIC - Static variable in class ej.microui.display.Font
-
Constant for coptic font identifier.
- COPY - Static variable in class ej.microui.event.generator.Command
-
The "copy" command constant.
- createImage(int, int) - Static method in class ej.microui.display.Image
-
Creates a new mutable image which respects the pixel organization (layout, bpp etc.) of the default display and
with the given size.
- createImage(Display, int, int) - Static method in class ej.microui.display.Image
-
Creates a new mutable image which respects the pixel organization (layout, bpp etc.) of the given display and
with the given size.
- createImage(String) - Static method in class ej.microui.display.Image
-
Creates an immutable image from a resource.
The resource image format (input format) is a standard image format (PNG
etc.) or an internal
MicroUI implementation specific format.
- createImage(String, Image.OutputFormat) - Static method in class ej.microui.display.Image
-
Creates an immutable image from a resource.
The resource image format (input format) is a standard image format (PNG
etc.) or an internal
MicroUI implementation specific format.
- createImage(Image, int, int, int, int) - Static method in class ej.microui.display.Image
-
Creates an immutable image from another image area.
- createImage(Image, int, int, int, int, Image.OutputFormat) - Static method in class ej.microui.display.Image
-
Creates an immutable image from another image area.
- createImage(InputStream, int) - Static method in class ej.microui.display.Image
-
Creates an immutable image from an InputStream
.
The resource image format (input format) is a standard image format (PNG
etc.) According the MicroUI
implementation the image can be loaded or not.
- createImage(InputStream, int, Image.OutputFormat) - Static method in class ej.microui.display.Image
-
Creates an immutable image from an InputStream
.
The resource image format (input format) is a standard image format ( PNG
etc.) According the
MicroUI implementation the image can be loaded or not.
- CUT - Static variable in class ej.microui.event.generator.Command
-
The "cut" command constant.
- CYAN - Static variable in interface ej.microui.display.Colors
-
The cyan RGB color constant.
The value 0x00ffff
is assigned to CYAN
.
- CYRILLIC - Static variable in class ej.microui.display.Font
-
Constant for cyrillic font identifier.