- readPixel(int, int) - Method in interface ej.microui.display.MicroUIImage
-
Returns the 32-bit ARGB color format (A-R-G-B) of a pixel.
- recordEvent(int, int...) - Static method in class ej.microui.Log
-
Records a MicroUI event.
- recordEventEnd(int, int...) - Static method in class ej.microui.Log
-
Records the end of the execution of a MicroUI event.
- Rectangle - Class in ej.microui.display
-
A rectangle with 4 coordinates.
- Rectangle(int, int, int, int) - Constructor for class ej.microui.display.Rectangle
-
Creates a rectangle specifying its 4 coordinates.
- Rectangle(Rectangle) - Constructor for class ej.microui.display.Rectangle
-
Creates a rectangle from another one.
- regionsOverlap(MicroUIImage, int, int, int, int, int, int) - Method in interface ej.microui.display.MicroUIGraphicsContext
-
Tells if source and destination share a region.
- registerBufferedImageProvider(BufferedImageProvider) - Method in interface ej.microui.display.LLUIDisplay
-
Registers a buffered image provider.
- registerUIDrawer(UIDrawing) - Method in interface ej.microui.display.LLUIDisplay
-
Registers a drawer that supports a specific format.
- registerUIFontDrawer(UIFontDrawing) - Method in interface ej.microui.display.LLUIDisplay
-
Registers a drawer that supports a specific format.
- registerUIImageDrawer(UIImageDrawing) - Method in interface ej.microui.display.LLUIDisplay
-
Registers a drawer that supports a specific format.
- REMOVE_BACKGROUND_COLOR - Static variable in class ej.microui.Log
-
Event identifier for "remove background color".
- reportError(int) - Method in interface ej.microui.display.MicroUIGraphicsContext
-
Reports errors occurring during a drawing operation.
- reportWarning(int) - Method in interface ej.microui.display.MicroUIGraphicsContext
-
Reports non-critical incidents occurring during a drawing operation.
- requestDrawing() - Method in interface ej.microui.display.MicroUIGraphicsContext
-
Requests a drawing on the graphics context.
- requestFlush() - Method in interface ej.microui.display.LLUIDisplay
-
Requests a call to
LLUIDisplayImpl.flush() if something has been drawn in the back buffer (application
dirty region is not null).
- requestReading() - Method in interface ej.microui.display.MicroUIImage
-
Requests a reading on the graphics context.
- requestRender() - Method in interface ej.microui.display.LLUIDisplay
-
Requests a call to Displayable.render() (current displayable on display).
- RESUME - Static variable in class ej.microui.event.EventCommand
-
The "resume" command constant.
- RIGHT - Static variable in class ej.microui.event.EventCommand
-
The "right" command constant.