- DEVANAGARI - Static variable in class ej.microui.display.FontIdentifiers
-
Constant for devanagari font identifier.
- disableEllipsis() - Method in class ej.microui.display.GraphicsContext
-
Disables ellipsis.
- Display - Class in ej.microui.display
-
The
Display
object represents the pixelated screen in the platform.
The display of the system may be retrieved by calling
Display.getDisplay()
.
The display is able to render a
Displayable
on its implementation screen.
- DISPLAY - Static variable in class ej.microui.event.generator.Command
-
Constant for "display" command.
- DISPLAY_DEADLOCK - Static variable in exception ej.microui.MicroUIException
-
Exception thrown when trying to wait for an event in the same thread that treats events (Deadlock).
- Displayable - Class in ej.microui.display
-
Displayable
is an abstract class which defines the very objects that can be shown on the
Display
.
A Displayable
may be shown or hidden, but at most one Displayable
is shown on the
Display
.
Subclasses should define the Displayable
contents and their possible interactions with the user.
By default, a new Displayable
object is not visible on the display.
- Displayable() - Constructor for class ej.microui.display.Displayable
-
- DisplayPermission - Class in ej.microui.display
-
Permission to access the Display.
- DisplayPermission() - Constructor for class ej.microui.display.DisplayPermission
-
Creates the display permission for the display with null
as name.
- DOUBLE_CLICKED - Static variable in class ej.microui.event.generator.Buttons
-
Constant for "double clicked" action.
- doubleClickEnabled(int) - Method in class ej.microui.event.generator.Buttons
-
Returns true
if the generator should send a double click event.
- DOWN - Static variable in class ej.microui.event.generator.Command
-
Constant for "down" command.
- DRAGGED - Static variable in class ej.microui.event.generator.Pointer
-
Constant for "dragged" action.
- drawChar(GraphicsContext, char, Font, int, int) - Static method in class ej.microui.display.Painter
-
Draws a character.
- drawCircle(GraphicsContext, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws a circle.
- drawCircleArc(GraphicsContext, int, int, int, float, float) - Static method in class ej.microui.display.Painter
-
Draws a circle arc.
- drawDisplayRegion(GraphicsContext, int, int, int, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws a region of the display.
- drawDisplayRegion(GraphicsContext, int, int, int, int, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws a region of the display.
- drawEllipse(GraphicsContext, int, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws an ellipse.
- drawEllipseArc(GraphicsContext, int, int, int, int, float, float) - Static method in class ej.microui.display.Painter
-
Draws an ellipse arc.
- drawHorizontalLine(GraphicsContext, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws an horizontal line between two points.
- drawImage(GraphicsContext, Image, int, int) - Static method in class ej.microui.display.Painter
-
Draws the image at the given anchor top-left point.
- drawImage(GraphicsContext, Image, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws the image at the given anchor top-left point.
- drawImageRegion(GraphicsContext, Image, int, int, int, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws a region of the image.
- drawImageRegion(GraphicsContext, Image, int, int, int, int, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws a region of an image.
- DRAWING_ERROR - Static variable in exception ej.microui.MicroUIException
-
Exception thrown if the error flag was set during a drawing operation.
- DRAWING_LOG_CLIP_MODIFIED - Static variable in class ej.microui.display.GraphicsContext
-
Flag stating that the clip area of a graphics context was modified by the low-level side.
- DRAWING_LOG_ERROR - Static variable in class ej.microui.display.GraphicsContext
-
Flag stating that an error occurred during a drawing.
- DRAWING_LOG_FORBIDDEN - Static variable in class ej.microui.display.GraphicsContext
-
Flag stating that a function was called in a context that does not allow that operation.
- DRAWING_LOG_LIBRARY_INCIDENT - Static variable in class ej.microui.display.GraphicsContext
-
Flag describing incidents occurring in a drawing library.
- DRAWING_LOG_MISSING_CHARACTER - Static variable in class ej.microui.display.GraphicsContext
-
Flag stating that an undefined character was drawn.
- DRAWING_LOG_NOT_IMPLEMENTED - Static variable in class ej.microui.display.GraphicsContext
-
Flag stating that a drawing function is lacking an implementation.
- DRAWING_LOG_OUT_OF_MEMORY - Static variable in class ej.microui.display.GraphicsContext
-
Flag stating that the system ran out of memory while attempting to perform a drawing.
- DRAWING_LOG_UNKNOWN_INCIDENT - Static variable in class ej.microui.display.GraphicsContext
-
Flag describing incidents that do not match other values.
- DRAWING_SUCCESS - Static variable in class ej.microui.display.GraphicsContext
-
Value used when no incident occurred.
- drawLine(GraphicsContext, int, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws a line between two points.
- drawRectangle(GraphicsContext, int, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws an orthogonal rectangle.
- drawRenderableString(GraphicsContext, RenderableString, int, int) - Static method in class ej.microui.display.Painter
-
Draws the string using the font and given graphics context color.
- drawRoundedRectangle(GraphicsContext, int, int, int, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws an orthogonal rectangle with rounded corners.
- drawString(GraphicsContext, String, Font, int, int) - Static method in class ej.microui.display.Painter
-
Draws a string.
- drawSubstring(GraphicsContext, String, int, int, Font, int, int) - Static method in class ej.microui.display.Painter
-
Draws a subset of a string.
- drawVerticalLine(GraphicsContext, int, int, int) - Static method in class ej.microui.display.Painter
-
Draws a vertical line between two points.