- GenericEventGenerator - Class in ej.microui.event.generator
-
Generic event generator.
- GenericEventGenerator() - Constructor for class ej.microui.event.generator.GenericEventGenerator
-
- GEORGIAN - Static variable in class ej.microui.display.Font
-
Constant for georgian font identifier.
- get(int) - Static method in class ej.microui.event.EventGenerator
-
Gets a generator from its id.
- get(Class<E>, int) - Static method in class ej.microui.event.EventGenerator
-
Gets a generator whose class is clazz
from the system pool starting the search from fromIndex
.
- get(Class<E>) - Static method in class ej.microui.event.EventGenerator
-
Gets all generators of the given type from the system pool in an array.
- getAbsoluteHeight() - Method in class ej.microui.event.generator.Pointer
-
- getAbsoluteWidth() - Method in class ej.microui.event.generator.Pointer
-
- getAbsoluteX() - Method in class ej.microui.event.generator.Pointer
-
Returns the last available absolute x coordinate in pointer area
- getAbsoluteY() - Method in class ej.microui.event.generator.Pointer
-
Returns the last available absolute y coordinate in pointer area
- getAction() - Method in class ej.microui.display.transform.ImageFlip
-
- getAction(int) - Static method in class ej.microui.event.generator.Buttons
-
Returns the button's action held by the button event.
- getAction(int) - Method in class ej.microui.event.generator.Keyboard
-
Returns the keyboard action held by the keyboard event.
- getActions() - Method in class ej.microui.display.DisplayPermission
-
- getActions() - Method in class ej.microui.display.FontPermission
-
- getActions() - Method in class ej.microui.display.ImagePermission
-
- getActions() - Method in class ej.microui.event.EventPermission
-
- getActions() - Method in class ej.microui.MicroUIPermission
-
- getAllDisplays() - Static method in class ej.microui.display.Display
-
Returns all available displays.
- getAllFonts() - Static method in class ej.microui.display.Font
-
Gets an array containing all available DisplayFonts in the system.
- getAlpha(int) - Static method in class ej.microui.display.GraphicsContext
-
Gets the alpha level for the given opacity.
- getAlpha() - Method in class ej.microui.display.transform.AbstractTransform
-
Returns the current opacity.
- getAngle() - Method in class ej.microui.display.transform.ImageRotation
-
Returns the current rotation angle.
- getARGB(int[], int, int, int, int, int, int) - Method in class ej.microui.display.GraphicsContext
-
Obtains ARGB pixel data from the specified region of this graphics context and stores it in the provided array of
integers.
- getARGB(int[], int, int, int, int, int, int) - Method in class ej.microui.display.Image
-
Obtains ARGB pixel data from the specified region of this image and stores it in the provided array of integers.
- getAssignment(char) - Method in class ej.microui.event.generator.Keypad
-
Gets the complete array of chars associated with the specified key.
- getBackgroundColor() - Method in class ej.microui.display.GraphicsContext
-
Gets the current background color.
- getBacklight() - Method in class ej.microui.display.Display
-
Returns the current backlight setting
- getBacklightColor() - Method in class ej.microui.display.Display
-
Returns the current backlight color.
- getBaselinePosition() - Method in class ej.microui.display.Font
-
Gets the distance in pixels from the top of the text to the text's baseline.
- getBPP() - Method in class ej.microui.display.Display
-
Returns the number of bits per pixel of the display.
- getButtonID(int) - Static method in class ej.microui.event.generator.Buttons
-
Returns the button's id held by the button event.
- getClipHeight() - Method in class ej.microui.display.GraphicsContext
-
Gets the height of the current clipping zone.
- getClipWidth() - Method in class ej.microui.display.GraphicsContext
-
Gets the width of the current clipping zone.
- getClipX() - Method in class ej.microui.display.GraphicsContext
-
Gets the x offset of the current clipping zone, relative to the graphics context's origin.
- getClipY() - Method in class ej.microui.display.GraphicsContext
-
Gets the y offset of the current clipping zone, relative to graphics context's origin.
- getColor() - Method in class ej.microui.display.GraphicsContext
-
Gets the current color: a 24-bits value interpreted as: 0xRRGGBB
, that is, the eight least
significant bits give the blue color, the next eight bits the green value and the next eight bits the red color.
- getContrast() - Method in class ej.microui.display.Display
-
Returns the contrast of the display.
- getController() - Method in class ej.microui.display.Displayable
-
Gets the displayable controller or null
if none.
- getCurrentValue(int) - Method in class ej.microui.event.generator.States
-
Gets the current value of the given state.
- getData(int) - Static method in class ej.microui.event.Event
-
Returns the event's data issued by a generator.
- getDefaultDisplay() - Static method in class ej.microui.display.Display
-
Returns the default display of the system.
- getDefaultFont() - Static method in class ej.microui.display.Font
-
Gets the default font for all Displays.
This method may return null
if no font is declared in the system.
- getDelay() - Method in class ej.microui.event.generator.Keypad
-
Gets the delay.
- getDescriptor() - Method in class ej.microui.display.Font
-
Returns the descriptor of the font or null
if no descriptor is available.
- getDisplay() - Method in class ej.microui.display.Displayable
-
Gets the displayable's display.
- getDisplay() - Method in class ej.microui.display.DisplayPermission
-
Gets the display handled by this permission.
- getDisplay() - Method in class ej.microui.display.FlyingImage
-
Returns the display associated to the FlyingImage
.
- getDisplay() - Method in class ej.microui.display.GraphicsContext
-
Gets the display associated with the GraphicsContext.
- getDisplayable() - Method in class ej.microui.display.Display
-
Returns the current Displayable
object in the Display
.
The value returned by getDisplayable()
may be null
if no Displayable
is
visible.
- getDisplayColor(int) - Method in class ej.microui.display.Display
-
Gets the color that will be displayed if the specified color is requested.
For example, with a monochrome display, this method will return either 0xFFFFFF (white) or 0x000000 (black)
depending on the brightness of the specified color.
- getDisplayColor(int) - Method in class ej.microui.display.GraphicsContext
-
Gets the color that will be displayed if the specified color is requested.
For example, with a monochrome display, this method will return either 0xFFFFFF (white) or 0x000000 (black)
depending on the brightness of the specified color.
- getEllipsis() - Method in class ej.microui.display.GraphicsContext
-
Gets whether the truncation mechanism is enabled or not.
- getEndCap() - Method in class ej.microui.display.shape.AntiAliasedShapes
-
Returns the current shape end cap.
- getEventGenerator() - Method in class ej.microui.event.EventPermission
-
Gets the event generator handled by this permission.
- getEventHandler() - Method in class ej.microui.event.EventGenerator
-
Gets the generator's event handler.
- getEventSerializer() - Method in class ej.microui.display.Display
-
Returns the display's event serializer or null
.
- getEventType() - Method in class ej.microui.event.EventGenerator
-
Gets the event type associated with the event generator
- getEventType() - Method in class ej.microui.event.generator.Buttons
-
Returns the MicroUI event type for this button event generator.
- getEventType() - Method in class ej.microui.event.generator.Command
-
Gets the event generator's type.
- getEventType() - Method in class ej.microui.event.generator.Keyboard
-
- getEventType() - Method in class ej.microui.event.generator.Keypad
-
- getEventType() - Method in class ej.microui.event.generator.Pointer
-
Gets the event type associated with the event generator.
- getEventType() - Method in class ej.microui.event.generator.States
-
Gets the event type associated with the event generator.
- getFactor() - Method in class ej.microui.display.transform.ImageScale
-
- getFactorX() - Method in class ej.microui.display.transform.ImageScale
-
Returns the current scaling X factor.
- getFactorY() - Method in class ej.microui.display.transform.ImageScale
-
Returns the current scaling Y factor.
- getFade() - Method in class ej.microui.display.shape.AntiAliasedShapes
-
Returns the current fade
.
- getFlyingImage() - Method in class ej.microui.event.generator.Pointer
-
- getFont(int, int, int) - Static method in class ej.microui.display.Font
-
Gets a DisplayFont
matching the requested characteristics as close as possible.
- getFont() - Method in class ej.microui.display.GraphicsContext
-
Gets the current font.
- getFont() - Method in class ej.microui.display.RenderableString
-
Gets the font used to draw the string.
- getGenerator(int) - Static method in class ej.microui.event.Event
-
Gets a converter out of an event assuming the event has been generated by an
EventGenerator
that has been
previously added to the system pool.
- getGeneratorID(int) - Static method in class ej.microui.event.Event
-
Returns the event's generator id.
- getGraphicsContext() - Method in class ej.microui.display.Image
-
- getHeight() - Method in class ej.microui.display.Display
-
Returns the height in pixels of the display screen area available to the application.
- getHeight() - Method in class ej.microui.display.Font
-
Gets the height of a line of text with this font and its y ratio.
- getHeight() - Method in class ej.microui.display.Image
-
Returns the height of the image in pixels.
- getHeight() - Method in class ej.microui.display.RenderableString
-
Gets the height of a line of text with this font and its y ratio.
- getHeight() - Method in class ej.microui.event.generator.Pointer
-
- getID() - Method in class ej.microui.event.EventGenerator
-
Gets the generator's unique id.
- getIdentifiers() - Method in class ej.microui.display.Font
-
Gets an array of identifiers supported by the font.
- getImage() - Method in class ej.microui.display.FlyingImage
-
Returns the image associated to the FlyingImage
.
- getLanguage() - Method in class ej.microui.event.generator.Keypad
-
Gets the currently selected language.
- getLedIntensity(int) - Static method in class ej.microui.led.Leds
-
Gets the intensity of the specified LED.
- getList(Class<E>) - Static method in class ej.microui.event.EventGenerator
-
Gets all generators of the given type from the system pool in a list.
- getMode() - Method in class ej.microui.event.generator.Keypad
-
Gets the mode.
- getNewExplicitFlush() - Method in class ej.microui.display.Display
-
Returns a new ExplicitFlush
which works on the same system screen as this display.
- getNewGraphicsContext() - Method in class ej.microui.display.Display
-
Returns a new GraphicsContext
which works on the same system screen as this display.
- getNextChar(int) - Method in class ej.microui.event.generator.Keyboard
-
Gets the next character associated with the specified event.
- getNumberOfAlphaLevels() - Method in class ej.microui.display.Display
-
Gets the number of alpha transparency levels supported by the implementation.
The minimum possible is 2, which represents full transparency and full opacity with no blending.
- getNumberOfColors() - Method in class ej.microui.display.Display
-
Gets the number of colors that can be represented on the device.
Note that the number of colors for a black and white display is 2.
- getNumberOfLeds() - Static method in class ej.microui.led.Leds
-
Returns the available number of LEDs.
- getNumberOfStates() - Method in class ej.microui.event.generator.States
-
Gets the number of states managed by this instance.
- getNumberOfValues(int) - Method in class ej.microui.event.generator.States
-
Gets the total number of values for the given state.
- getRotationX() - Method in class ej.microui.display.transform.ImageRotation
-
Returns the current X coordinate.
- getRotationY() - Method in class ej.microui.display.transform.ImageRotation
-
Returns the current Y coordinate.
- getScreenshot() - Method in class ej.microui.display.Display
-
Creates an image with the full content of the display.
- getScreenshot(int, int, int, int) - Method in class ej.microui.display.Display
-
Creates an image with the content of the display region specified thanks the given rectangle.
- getStartCap() - Method in class ej.microui.display.shape.AntiAliasedShapes
-
Returns the current shape start cap.
- getStateID(int) - Static method in class ej.microui.event.generator.States
-
Gets the state's ID held by the state event.
- getStateValue(int) - Static method in class ej.microui.event.generator.States
-
Gets the state's value held by the state event.
- getString() - Method in class ej.microui.display.RenderableString
-
Gets the string to draw.
- getStrokeStyle() - Method in class ej.microui.display.GraphicsContext
-
- getStyle() - Method in class ej.microui.display.Font
-
Gets the style of the font.
The returned value may only be a combination of the following style constants: STYLE_BOLD
,
SYTLE_ITALIC
, STYLE_UNDERLINED
or STYLE_PLAIN
.
- getSupportedLanguages() - Method in class ej.microui.event.generator.Keypad
-
Gets the supported languages for this keypad.
- getThickness() - Method in class ej.microui.display.shape.AntiAliasedShapes
-
Returns the current thickness
.
- getTranslateX() - Method in class ej.microui.display.GraphicsContext
-
Gets the x coordinate of the translated origin of the graphics context.
- getTranslateX() - Method in class ej.microui.display.transform.AbstractTransform
-
Returns the current x translation.
- getTranslateY() - Method in class ej.microui.display.GraphicsContext
-
Gets the y coordinate of the translated origin of the graphics context.
- getTranslateY() - Method in class ej.microui.display.transform.AbstractTransform
-
Returns the current y translation.
- getType(int) - Static method in class ej.microui.event.Event
-
Returns the type of an event.
- getWidth() - Method in class ej.microui.display.Display
-
Returns the width in pixels of the display screen area available to the application.
- getWidth() - Method in class ej.microui.display.Image
-
Returns the width of the image in pixels.
- getWidth() - Method in class ej.microui.display.RenderableString
-
Gets the width of the string with the font.
- getWidth() - Method in class ej.microui.event.generator.Pointer
-
- getX() - Method in class ej.microui.display.FlyingImage
-
Get the x coordinate of the FlyingImage
position
- getX() - Method in class ej.microui.event.generator.Pointer
-
Returns the last available x coordinate in scaled area (after applying any origin offset and the scale factor).
- getXRatio() - Method in class ej.microui.display.Font
-
Gets x ratio.
- getY() - Method in class ej.microui.display.FlyingImage
-
Get the y coordinate of the FlyingImage
position
- getY() - Method in class ej.microui.event.generator.Pointer
-
Returns the last available y coordinate in scaled area (after applying any origin offset and the scale factor).
- getYRatio() - Method in class ej.microui.display.Font
-
Gets y ratio.
- GLAGOLITIC - Static variable in class ej.microui.display.Font
-
Constant for glagolitic font identifier.
- GraphicsContext - Class in ej.microui.display
-
The GraphicsContext
class offers basic drawing facilities, to render lines, rectangles, polygons, arcs
and text.
GraphicsContext
uses 24-bit RGB color.
- GRAY - Static variable in interface ej.microui.display.Colors
-
The gray RGB color constant.
The value 0x808080
is assigned to GRAY
.
- GREEK - Static variable in class ej.microui.display.Font
-
Constant for greek font identifier.
- GREEN - Static variable in interface ej.microui.display.Colors
-
The green RGB color constant.
The value 0x008000
is assigned to GREEN
.
- GUJARATI - Static variable in class ej.microui.display.Font
-
Constant for gujarati font identifier.
- GURMUKHI - Static variable in class ej.microui.display.Font
-
Constant for gurmukhi font identifier.