- initialize() - Method in interface ej.microui.display.LLUIDisplayImpl
-
Initializes the display widget to be compatible with MicroUI Graphics Engine.
- initializeRenderableStringSNIContext(char[], int, int, byte[], byte[]) - Static method in class ej.microui.display.LLUIPainter
-
Computes the rendered width of a renderable string and fills its SNI context.
- initializeRenderableStringSNIContext(char[], MicroUIFont, MicroUIRenderableString) - Method in interface ej.microui.display.UIDrawing
-
Computes the rendered width of a string and fills the SNI context.
- initializeRenderableStringSNIContext(char[], MicroUIFont, MicroUIRenderableString) - Method in interface ej.microui.display.UIFontDrawing
-
Computes the rendered width of a string and fills the SNI context.
- Instance - Static variable in interface ej.microui.display.LLUIDisplay
-
Unique instance of MicroUI Graphics Engine.
- intersectClip(int, int, int, int) - Method in interface ej.microui.display.MicroUIGraphicsContext
-
Combines the given clipping rectangle with the clipping area of this graphics context.
- isClipEnabled() - Method in interface ej.microui.display.MicroUIGraphicsContext
-
Tells if the clip is enabled or not.
- isClosed() - Method in interface ej.microui.display.MicroUIImage
-
Returns true when the image has been closed by the MicroEJ application.
- isColor() - Method in interface ej.microui.display.LLUIDisplayImpl
-
Asks if the display is a colored display or not.
- isCustomFormat(MicroUIImageFormat) - Method in interface ej.microui.display.LLUIDisplay
-
Tells if format is a custom format or not.
- isCustomFormat(MicroUIFontFormat) - Method in interface ej.microui.display.LLUIDisplay
-
Tells if format is a custom format or not.
- isDisplayFormat(MicroUIImageFormat) - Method in interface ej.microui.display.LLUIDisplay
-
Tells if format is the display format or not.
- isDoubleBuffered() - Method in interface ej.microui.display.LLUIDisplayImpl
-
Returns if the display uses an underlying double buffer.
- isEmpty() - Method in class ej.microui.display.Rectangle
-
Tells whether the rectangle is empty.
- isEqual(Rectangle) - Method in class ej.microui.display.Rectangle
-
Tells whether a rectangle is equal to this rectangle.
- isHorizontalLineInClip(int, int, int) - Method in interface ej.microui.display.MicroUIGraphicsContext
-
Tells if given horizontal line fully fits the clip or not.
- isLCD() - Method in interface ej.microui.display.MicroUIImage
-
Returns true when the image targets the LCD.
- isMutable() - Method in interface ej.microui.display.MicroUIImage
-
Tells whether the MicroUI Image is a mutable image or not.
- isPointInClip(int, int) - Method in interface ej.microui.display.MicroUIGraphicsContext
-
Tells if given point fits the clip or not.
- isRectangleInClip(int, int, int, int) - Method in interface ej.microui.display.MicroUIGraphicsContext
-
Tells if given rectangle fully fits the clip or not.
- isRegionInClip(int, int, int, int) - Method in interface ej.microui.display.MicroUIGraphicsContext
-
Tells if given region (from x,y to x+width-1,y+height-1) fully fits the clip or not.
- isVerticalLineInClip(int, int, int) - Method in interface ej.microui.display.MicroUIGraphicsContext
-
Tells if given vertical line fully fits the clip or not.