Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Y 

R

readPixel(int, int) - Method in class ej.microui.display.GraphicsContext
Returns the color of a pixel of this graphics context.
readPixel(int, int) - Method in class ej.microui.display.Image
Returns the color of a pixel of this image.
readPixels(int[], int, int, int, int, int, int) - Method in class ej.microui.display.GraphicsContext
Retrieves the color of the pixels of a region of this graphics context.
readPixels(int[], int, int, int, int, int, int) - Method in class ej.microui.display.Image
Retrieves the color of the pixels of a region of this image.
RED - Static variable in class ej.microui.display.Colors
Constant for red color.
REJANG - Static variable in class ej.microui.display.FontIdentifiers
Constant for rejang font identifier.
RELEASED - Static variable in class ej.microui.event.generator.Buttons
Constant for "released" action.
removeBackgroundColor() - Method in class ej.microui.display.GraphicsContext
Removes the background color of this graphics context.
removeFromSystemPool() - Method in class ej.microui.event.EventGenerator
Removes the generator from the system generators pool.
render(GraphicsContext) - Method in class ej.microui.display.Displayable
Renders the displayable.
RenderableString - Class in ej.microui.display
Represents graphical information related to the drawing of a string with a font.
RenderableString(String, Font) - Constructor for class ej.microui.display.RenderableString
Creates a renderable string.
REPEATED - Static variable in class ej.microui.event.generator.Buttons
Constant for "repeated" action (button held down).
requestFlush() - Method in class ej.microui.display.Display
Requests a flush updating the display with the draw actions since the last flush if and only if the display is double buffered.
requestHide(Displayable) - Method in class ej.microui.display.Display
Asks to set the given displayable as hidden on the display.
requestRender() - Method in class ej.microui.display.Display
Asks to render the current displayable.
requestRender() - Method in class ej.microui.display.Displayable
Requests a rendering for the entire displayable.
requestShow(Displayable) - Method in class ej.microui.display.Display
Asks to set the given displayable as visible on the display.
reset() - Method in class ej.microui.display.GraphicsContext
Resets this graphics context to its initial configuration.
reset(int, int) - Method in class ej.microui.event.generator.Pointer
Stores the given position.
resetClip() - Method in class ej.microui.display.GraphicsContext
Resets the clipping area of this graphics context to its entire bounds.
resetTranslation() - Method in class ej.microui.display.GraphicsContext
Resets the translation vector of this graphics context to the (0,0) vector.
RESOURCE_CLOSED - Static variable in exception ej.microui.MicroUIException
Exception thrown when the application is trying to use a resource which has been closed.
RESOURCE_INVALID_FILE - Static variable in exception ej.microui.MicroUIException
Exception thrown when the resource content cannot be read for any reason.
RESOURCE_INVALID_PATH - Static variable in exception ej.microui.MicroUIException
Exception thrown when a resource cannot be retrieved.
ResourceImage - Class in ej.microui.display
A ResourceImage represents an image which may require dynamic allocation in order to be created.
ResourceImage.OutputFormat - Enum in ej.microui.display
Enumerates the different formats in which a resource image can store pixel colors.
RESUME - Static variable in class ej.microui.event.generator.Command
Constant for "resume" command.
RIGHT - Static variable in class ej.microui.event.generator.Command
Constant for "right" command.
RUNIC - Static variable in class ej.microui.display.FontIdentifiers
Constant for runic font identifier.
A B C D E F G H I J K L M N O P R S T U V W Y 
Skip navigation links