- readPixel(int, int) - Method in class ej.microui.display.GraphicsContext
-
Obtains the ARGB color of the pixel at (x,y)
.
- readPixel(int, int) - Method in class ej.microui.display.Image
-
Obtains the ARGB color of the pixel at (x,y)
.
- RED - Static variable in interface ej.microui.display.Colors
-
The red RGB color constant.
The value 0xff0000
is assigned to RED
.
- REJANG - Static variable in class ej.microui.display.Font
-
Constant for rejang font identifier.
- RELEASED - Static variable in class ej.microui.event.generator.Buttons
-
The "released" action.
- removeBackgroundColor() - Method in class ej.microui.display.GraphicsContext
-
Removes the current background color.
- removeFromSystemPool() - Method in class ej.microui.event.EventGenerator
-
Removes the generator from the system generators pool.
- RenderableString - Class in ej.microui.display
-
This class associates a string with a font.
- RenderableString(String, Font) - Constructor for class ej.microui.display.RenderableString
-
Creates a renderable string for given string and font.
- repaint() - Method in class ej.microui.display.Displayable
-
Requests a repaint for the entire displayable.
- repaint() - Method in class ej.microui.display.FlyingImage
-
Requests a repaint of the FlyingImage
.
- REPEATED - Static variable in class ej.microui.event.generator.Buttons
-
The "repeated" action (button held down).
- reset() - Method in class ej.microui.display.shape.AntiAliasedShapes
-
- reset() - Method in class ej.microui.event.generator.Keyboard
-
Reset the keyboard by flushing all pending characters.
- reset(int, int) - Method in class ej.microui.event.generator.Pointer
-
Stores the given position.
- resetAlpha() - Method in class ej.microui.display.transform.AbstractTransform
-
- resetRatios() - Method in class ej.microui.display.Font
-
Resets x and y ratios at their original value (construction value).
- resetTranslate() - Method in class ej.microui.display.transform.AbstractTransform
-
Resets translation ((0,0)
).
- RESUME - Static variable in class ej.microui.event.generator.Command
-
The "resume" command constant.
- RIGHT - Static variable in class ej.microui.display.GraphicsContext
-
Constant for positioning the right side of the drawing at the anchor point.
- RIGHT - Static variable in class ej.microui.event.generator.Command
-
The "right" command constant.
- RIGHT_BOTTOM - Static variable in class ej.microui.display.GraphicsContext
-
Equivalent to RIGHT | BOTTOM
.
- RIGHT_TOP - Static variable in class ej.microui.display.GraphicsContext
-
Equivalent to RIGHT | TOP
.
- RIGHT_VCENTER - Static variable in class ej.microui.display.GraphicsContext
-
Equivalent to RIGHT | VCENTER
.
- RUNIC - Static variable in class ej.microui.display.Font
-
Constant for runic font identifier.