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

D

decode(byte[]) - Method in interface ej.microui.display.LLUIDisplayImpl
Decodes the image defined by the data array.
decode(byte[], int, int, int, boolean) - Method in interface ej.microui.display.UIImageDrawing
Decodes the image generated by the Image Generator.
DISPLAY - Static variable in class ej.microui.event.EventCommand
The "display" command constant.
DisplayDrawer - Class in ej.microui.display
Implementation of UIDrawing intended to be used to draw on the display and the images with the same format.
DisplayDrawer() - Constructor for class ej.microui.display.DisplayDrawer
 
DOWN - Static variable in class ej.microui.event.EventCommand
The "down" command constant.
draw(MicroUIGraphicsContext, char[], MicroUIFont, int, int) - Method in interface ej.microui.display.UIFontDrawing
Draws a string.
draw(MicroUIGraphicsContext, char, MicroUIFont, int, int) - Method in interface ej.microui.display.UIFontDrawing
Draws a character.
draw(MicroUIGraphicsContext, MicroUIImage, int, int, int, int, int, int, int) - Method in interface ej.microui.display.UIImageDrawing
Draws a region of an image.
DRAW_CIRCLE - Static variable in class ej.microui.Log
Event identifier for "draw a circle".
DRAW_CIRCLE_ARC - Static variable in class ej.microui.Log
Event identifier for "draw a circle arc".
DRAW_ELLIPSE - Static variable in class ej.microui.Log
Event identifier for "draw an ellipse".
DRAW_ELLIPSE_ARC - Static variable in class ej.microui.Log
Event identifier for "draw an ellipse arc".
DRAW_FLIPPED_IMAGE - Static variable in class ej.microui.Log
Event identifier for "draw a flipped image".
DRAW_HORIZONTAL_LINE - Static variable in class ej.microui.Log
Event identifier for "draw an horizontal line".
DRAW_IMAGE - Static variable in class ej.microui.Log
Event identifier for "draw an image".
DRAW_LINE - Static variable in class ej.microui.Log
Event identifier for "draw a line".
DRAW_RECTANGLE - Static variable in class ej.microui.Log
Event identifier for "draw a rectangle".
DRAW_RENDERABLE_STRING - Static variable in class ej.microui.Log
Event identifier for "draw a renderable string".
DRAW_ROTATED_CHARACTER - Static variable in class ej.microui.Log
Event identifier for "draw a rotated character".
DRAW_ROTATED_IMAGE - Static variable in class ej.microui.Log
Event identifier for "draw a rotated image".
DRAW_ROUNDED_RECTANGLE - Static variable in class ej.microui.Log
Event identifier for "draw a rounded rectangle".
DRAW_SCALED_IMAGE - Static variable in class ej.microui.Log
Event identifier for "draw a scaled image".
DRAW_SCALED_RENDERABLE_STRING - Static variable in class ej.microui.Log
Event identifier for "draw a scaled renderable string".
DRAW_SCALED_STRING - Static variable in class ej.microui.Log
Event identifier for "draw a scaled string".
DRAW_STRING - Static variable in class ej.microui.Log
Event identifier for "draw a string".
DRAW_THICK_CIRCLE - Static variable in class ej.microui.Log
Event identifier for "draw a thick circle".
DRAW_THICK_CIRCLEARC - Static variable in class ej.microui.Log
Event identifier for "draw a thick circle arc".
DRAW_THICK_ELLIPSE - Static variable in class ej.microui.Log
Event identifier for "draw a thick ellipse".
DRAW_THICK_FADED_CIRCLE - Static variable in class ej.microui.Log
Event identifier for "draw a thick faded circle".
DRAW_THICK_FADED_CIRCLE_ARC - Static variable in class ej.microui.Log
Event identifier for "draw a thick faded circle arc".
DRAW_THICK_FADED_ELLIPSE - Static variable in class ej.microui.Log
Event identifier for "draw a thick faded ellipse".
DRAW_THICK_FADED_LINE - Static variable in class ej.microui.Log
Event identifier for "draw a thick faded line".
DRAW_THICK_FADED_POINT - Static variable in class ej.microui.Log
Event identifier for "draw a thick faded point".
DRAW_THICK_LINE - Static variable in class ej.microui.Log
Event identifier for "draw a thick line".
DRAW_VERTICAL_LINE - Static variable in class ej.microui.Log
Event identifier for "draw a vertical line".
drawChar(MicroUIGraphicsContext, char, MicroUIFont, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a character.
drawCharWithRotationBilinear(byte[], char, byte[], int, int, int, int, float, int) - Static method in class ej.drawing.LLDWPainter
Draws a character applying a rotation and an alpha value.
drawCharWithRotationBilinear(MicroUIGraphicsContext, char, MicroUIFont, int, int, int, int, float, int) - Method in interface ej.microui.display.UIDrawing
Draws a string applying a rotation and an alpha value.
drawCharWithRotationBilinear(MicroUIGraphicsContext, char, MicroUIFont, int, int, int, int, float, int) - Method in interface ej.microui.display.UIFontDrawing
Draws a string applying a rotation and an alpha value.
drawCharWithRotationNearestNeighbor(byte[], char, byte[], int, int, int, int, float, int) - Static method in class ej.drawing.LLDWPainter
Draws a character applying a rotation and an alpha value.
drawCharWithRotationNearestNeighbor(MicroUIGraphicsContext, char, MicroUIFont, int, int, int, int, float, int) - Method in interface ej.microui.display.UIDrawing
Draws a string applying a rotation and an alpha value.
drawCharWithRotationNearestNeighbor(MicroUIGraphicsContext, char, MicroUIFont, int, int, int, int, float, int) - Method in interface ej.microui.display.UIFontDrawing
Draws a string applying a rotation and an alpha value.
drawCircle(MicroUIGraphicsContext, int, int, int) - Method in class ej.microui.display.DisplayDrawer
 
drawCircle(byte[], int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawCircle".
drawCircle(MicroUIGraphicsContext, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a circle covering the square defined by top-left point x,y (included) and bottom-right point x+diameter-1,y+diameter-1 (included).
drawCircleArc(MicroUIGraphicsContext, int, int, int, float, float) - Method in class ej.microui.display.DisplayDrawer
 
drawCircleArc(byte[], int, int, int, float, float) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawCircleArc".
drawCircleArc(MicroUIGraphicsContext, int, int, int, float, float) - Method in interface ej.microui.display.UIDrawing
Draws a circular arc covering the square defined by top-left point x,y (included) and bottom-right point x+diameter-1,y+diameter-1 (included).
drawEllipse(MicroUIGraphicsContext, int, int, int, int) - Method in class ej.microui.display.DisplayDrawer
 
drawEllipse(byte[], int, int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawEllipse".
drawEllipse(MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws an ellipse covering the rectangle defined by top-left point x,y (included) and bottom-right point x+width-1,y+height-1 (included).
drawEllipseArc(MicroUIGraphicsContext, int, int, int, int, float, float) - Method in class ej.microui.display.DisplayDrawer
 
drawEllipseArc(byte[], int, int, int, int, float, float) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawEllipseArc".
drawEllipseArc(MicroUIGraphicsContext, int, int, int, int, float, float) - Method in interface ej.microui.display.UIDrawing
Draws an elliptical arc covering the rectangle defined by top-left point x,y (included) and bottom-right point x+width-1,y+height-1 (included) .
drawFlipped(MicroUIGraphicsContext, MicroUIImage, int, int, int, int, int, int, LLDWPainter.DrawingFlip, int) - Method in interface ej.microui.display.UIImageDrawing
Draws an image applying a flip (0, 90, 180 or 270 degrees with or without mirror).
drawFlippedImage(byte[], byte[], int, int, int, int, int, int, int, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawFlippedImage".
drawFlippedImage(MicroUIGraphicsContext, MicroUIImage, int, int, int, int, int, int, LLDWPainter.DrawingFlip, int) - Method in interface ej.microui.display.UIDrawing
Draws an image applying a flip (0, 90, 180 or 270 degrees with or without mirror).
drawHorizontalLine(MicroUIGraphicsContext, int, int, int) - Method in class ej.microui.display.DisplayDrawer
 
drawHorizontalLine(byte[], int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawHorizontalLine".
drawHorizontalLine(MicroUIGraphicsContext, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a horizontal line at between points x1,y (included) and x2,y (included).
drawImage(byte[], byte[], int, int, int, int, int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawImage".
drawImage(MicroUIGraphicsContext, MicroUIImage, int, int, int, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a region of an image.
DRAWING_LOG_CLIP_MODIFIED - Static variable in class ej.microui.display.LLUIPainter
Flag stating that the clip area of a graphics context was modified by MicroUIGraphicsContext.setClip(int, int, int, int) or MicroUIGraphicsContext.intersectClip(int, int, int, int).
DRAWING_LOG_ERROR - Static variable in class ej.microui.display.LLUIPainter
Flag stating that an error occurred during a drawing.
DRAWING_LOG_FORBIDDEN - Static variable in class ej.microui.display.LLUIPainter
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.LLUIPainter
Flag describing incidents occurring in a drawing library.
DRAWING_LOG_MISSING_CHARACTER - Static variable in class ej.microui.display.LLUIPainter
Flag stating that an undefined character was drawn.
DRAWING_LOG_NOT_IMPLEMENTED - Static variable in class ej.microui.display.LLUIPainter
Flag stating that a drawing function is lacking an implementation.
DRAWING_LOG_OUT_OF_MEMORY - Static variable in class ej.microui.display.LLUIPainter
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.LLUIPainter
Flag describing incidents that do not match other values.
DRAWING_SUCCESS - Static variable in class ej.microui.display.LLUIPainter
Value used when no incident occurred.
drawLine(MicroUIGraphicsContext, int, int, int, int) - Method in class ej.microui.display.DisplayDrawer
 
drawLine(byte[], int, int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawLine".
drawLine(MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a line at between points x1,y1 (included) and x2,y2 (included).
DRAWN_REGION - Static variable in class ej.microui.Log
Event identifier for "drawing size".
drawRectangle(MicroUIGraphicsContext, int, int, int, int) - Method in class ej.microui.display.DisplayDrawer
 
drawRectangle(byte[], int, int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawRectangle".
drawRectangle(MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a rectangle at from top-left point x1,y1 (included) and bottom-right point x2,y2 (included).
drawRenderableString(byte[], char[], int, int, byte[], int, byte[], int, int) - Static method in class ej.microui.display.LLUIPainter
Draws a renderable string.
drawRenderableString(MicroUIGraphicsContext, char[], MicroUIFont, int, MicroUIRenderableString, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a renderable string.
drawRenderableString(MicroUIGraphicsContext, char[], MicroUIFont, int, MicroUIRenderableString, int, int) - Method in interface ej.microui.display.UIFontDrawing
Draws a renderable string.
drawRotatedBilinear(MicroUIGraphicsContext, MicroUIImage, int, int, int, int, float, int) - Method in interface ej.microui.display.UIImageDrawing
Draws an image applying a free rotation (0 to 360 degrees).
drawRotatedImageBilinear(byte[], byte[], int, int, int, int, float, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawRotatedImageBilinear".
drawRotatedImageBilinear(MicroUIGraphicsContext, MicroUIImage, int, int, int, int, float, int) - Method in interface ej.microui.display.UIDrawing
Draws an image applying a free rotation (0 to 360 degrees).
drawRotatedImageNearestNeighbor(byte[], byte[], int, int, int, int, float, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawRotatedImageNearestNeighbor".
drawRotatedImageNearestNeighbor(MicroUIGraphicsContext, MicroUIImage, int, int, int, int, float, int) - Method in interface ej.microui.display.UIDrawing
Draws an image applying a free rotation (0 to 360 degrees).
drawRotatedNearestNeighbor(MicroUIGraphicsContext, MicroUIImage, int, int, int, int, float, int) - Method in interface ej.microui.display.UIImageDrawing
Draws an image applying a free rotation (0 to 360 degrees).
drawRoundedRectangle(MicroUIGraphicsContext, int, int, int, int, int, int) - Method in class ej.microui.display.DisplayDrawer
 
drawRoundedRectangle(byte[], int, int, int, int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawRoundedRectangle".
drawRoundedRectangle(MicroUIGraphicsContext, int, int, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a rounded rectangle at from top-left point x,y (included) and bottom-right point x+width-1,y+height-1 (included).
drawScaledBilinear(MicroUIGraphicsContext, MicroUIImage, int, int, float, float, int) - Method in interface ej.microui.display.UIImageDrawing
Draws an image applying a scaling.
drawScaledImageBilinear(byte[], byte[], int, int, float, float, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawScaledImageBilinear".
drawScaledImageBilinear(MicroUIGraphicsContext, MicroUIImage, int, int, float, float, int) - Method in interface ej.microui.display.UIDrawing
Draws an image applying a scaling.
drawScaledImageNearestNeighbor(byte[], byte[], int, int, float, float, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawScaledImageNearestNeighbor".
drawScaledImageNearestNeighbor(MicroUIGraphicsContext, MicroUIImage, int, int, float, float, int) - Method in interface ej.microui.display.UIDrawing
Draws an image applying a scaling.
drawScaledNearestNeighbor(MicroUIGraphicsContext, MicroUIImage, int, int, float, float, int) - Method in interface ej.microui.display.UIImageDrawing
Draws an image applying a scaling.
drawScaledRenderableStringBilinear(byte[], char[], int, byte[], int, byte[], int, int, float, float) - Static method in class ej.drawing.LLDWPainter
Draws a renderable string applying a scaling.
drawScaledRenderableStringBilinear(MicroUIGraphicsContext, char[], MicroUIFont, int, MicroUIRenderableString, int, int, float, float) - Method in interface ej.microui.display.UIDrawing
Draws a renderable string applying a scaling.
drawScaledRenderableStringBilinear(MicroUIGraphicsContext, char[], MicroUIFont, int, MicroUIRenderableString, int, int, float, float) - Method in interface ej.microui.display.UIFontDrawing
Draws a renderable string applying a scaling.
drawScaledStringBilinear(byte[], char[], int, byte[], int, int, float, float) - Static method in class ej.drawing.LLDWPainter
Draws a string applying a scaling.
drawScaledStringBilinear(MicroUIGraphicsContext, char[], MicroUIFont, int, int, float, float) - Method in interface ej.microui.display.UIDrawing
Draws a string applying a scaling.
drawScaledStringBilinear(MicroUIGraphicsContext, char[], MicroUIFont, int, int, float, float) - Method in interface ej.microui.display.UIFontDrawing
Draws a string applying a scaling.
drawString(byte[], char[], int, int, byte[], int, int) - Static method in class ej.microui.display.LLUIPainter
Draws a string.
drawString(MicroUIGraphicsContext, char[], MicroUIFont, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a string.
drawThickCircle(byte[], int, int, int, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawThickCircle".
drawThickCircle(MicroUIGraphicsContext, int, int, int, int) - Method in class ej.microui.display.DisplayDrawer
 
drawThickCircle(MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a thick circle covering the square specified by its diameter.
drawThickCircleArc(byte[], int, int, int, float, float, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawThickCircleArc".
drawThickCircleArc(MicroUIGraphicsContext, int, int, int, float, float, int) - Method in class ej.microui.display.DisplayDrawer
 
drawThickCircleArc(MicroUIGraphicsContext, int, int, int, float, float, int) - Method in interface ej.microui.display.UIDrawing
Draws a thick arc covering the square specified by its diameter.
drawThickEllipse(byte[], int, int, int, int, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawThickEllipse".
drawThickEllipse(MicroUIGraphicsContext, int, int, int, int, int) - Method in class ej.microui.display.DisplayDrawer
 
drawThickEllipse(MicroUIGraphicsContext, int, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a thick ellipse covering the specified rectangle.
drawThickFadedCircle(byte[], int, int, int, int, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawThickFadedCircle".
drawThickFadedCircle(MicroUIGraphicsContext, int, int, int, int, int) - Method in class ej.microui.display.DisplayDrawer
 
drawThickFadedCircle(MicroUIGraphicsContext, int, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a thick circle with fade covering the square specified by its diameter.
drawThickFadedCircleArc(byte[], int, int, int, float, float, int, int, int, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawThickFadedCircleArc".
drawThickFadedCircleArc(MicroUIGraphicsContext, int, int, int, float, float, int, int, LLDWPainter.DrawingCap, LLDWPainter.DrawingCap) - Method in class ej.microui.display.DisplayDrawer
 
drawThickFadedCircleArc(MicroUIGraphicsContext, int, int, int, float, float, int, int, LLDWPainter.DrawingCap, LLDWPainter.DrawingCap) - Method in interface ej.microui.display.UIDrawing
Draws a thick circle with fade arc covering the specified square.
drawThickFadedEllipse(byte[], int, int, int, int, int, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawAAEllipse".
drawThickFadedEllipse(MicroUIGraphicsContext, int, int, int, int, int, int) - Method in class ej.microui.display.DisplayDrawer
 
drawThickFadedEllipse(MicroUIGraphicsContext, int, int, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a thick ellipse with fade covering the specified rectangle.
drawThickFadedLine(byte[], int, int, int, int, int, int, int, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawThickFadedLine".
drawThickFadedLine(MicroUIGraphicsContext, int, int, int, int, int, int, LLDWPainter.DrawingCap, LLDWPainter.DrawingCap) - Method in class ej.microui.display.DisplayDrawer
 
drawThickFadedLine(MicroUIGraphicsContext, int, int, int, int, int, int, LLDWPainter.DrawingCap, LLDWPainter.DrawingCap) - Method in interface ej.microui.display.UIDrawing
Draws a thick line with fade between given points.
drawThickFadedPoint(byte[], int, int, int, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawThickFadedPoint".
drawThickFadedPoint(MicroUIGraphicsContext, int, int, int, int) - Method in class ej.microui.display.DisplayDrawer
 
drawThickFadedPoint(MicroUIGraphicsContext, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a thick point with fade at given position.
drawThickLine(byte[], int, int, int, int, int) - Static method in class ej.drawing.LLDWPainter
ej.drawing native "drawThickLine".
drawThickLine(MicroUIGraphicsContext, int, int, int, int, int) - Method in class ej.microui.display.DisplayDrawer
 
drawThickLine(MicroUIGraphicsContext, int, int, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a thick line between given points.
drawVerticalLine(MicroUIGraphicsContext, int, int, int) - Method in class ej.microui.display.DisplayDrawer
 
drawVerticalLine(byte[], int, int, int) - Static method in class ej.microui.display.LLUIPainter
MicroUI native "drawVerticalLine".
drawVerticalLine(MicroUIGraphicsContext, int, int, int) - Method in interface ej.microui.display.UIDrawing
Draws a vertical line at between points x,y1 (included) and x,y2 (included).
A B C D E F G H I L M N O P R S U V W 
Skip navigation links