| Package | Description |
|---|---|
| ej.microui.display |
Contains classes to implement a MicroUI Display and to implement MicroUI Painter drawings.
|
| Modifier and Type | Method and Description |
|---|---|
MicroUIRenderableString |
LLUIDisplay.mapMicroUIRenderableString(byte[] renderableString)
Maps a MicroUI RenderableString byte array (retrieved by MicroEJ application calling
renderableString.getSNIContext()) on a MicroUIRenderableString. |
| Modifier and Type | Method and Description |
|---|---|
default void |
UIDrawing.drawRenderableString(MicroUIGraphicsContext gc,
char[] string,
MicroUIFont font,
int charsWidth,
MicroUIRenderableString renderableString,
int x,
int y)
Draws a renderable string.
|
default void |
UIFontDrawing.drawRenderableString(MicroUIGraphicsContext gc,
char[] string,
MicroUIFont font,
int charsWidth,
MicroUIRenderableString renderableString,
int x,
int y)
Draws a renderable string.
|
default void |
UIDrawing.drawScaledRenderableStringBilinear(MicroUIGraphicsContext gc,
char[] string,
MicroUIFont font,
int width,
MicroUIRenderableString renderableString,
int x,
int y,
float xRatio,
float yRatio)
Draws a renderable string applying a scaling.
|
default void |
UIFontDrawing.drawScaledRenderableStringBilinear(MicroUIGraphicsContext gc,
char[] string,
MicroUIFont font,
int charsWidth,
MicroUIRenderableString renderableString,
int x,
int y,
float xRatio,
float yRatio)
Draws a renderable string applying a scaling.
|
default int |
UIDrawing.initializeRenderableStringSNIContext(char[] string,
MicroUIFont font,
MicroUIRenderableString renderableString)
Computes the rendered width of a string and fills the SNI context.
|
default int |
UIFontDrawing.initializeRenderableStringSNIContext(char[] string,
MicroUIFont font,
MicroUIRenderableString renderableString)
Computes the rendered width of a string and fills the SNI context.
|