See: Description
| Interface | Description |
|---|---|
| BufferedImageProvider |
Provides a service to create an object linked to a MicroUI BufferedImage.
|
| LLUIDisplay |
This interface represents the MicroUI Graphics Engine (MicroUI framework).
|
| LLUIDisplayImpl |
This interface holds all methods required by MicroUI implementation to be compatible with the MicroUI Graphics
Engine.
|
| MicroUIFont |
Represents a MicroUI Font.
|
| MicroUIGraphicsContext |
Represents a MicroUI GraphicsContext.
|
| MicroUIImage |
Represents a MicroUI Image.
|
| MicroUIRenderableString |
Represents a MicroUI RenderableString.
|
| UIDrawing |
This interface provides all drawing methods useful to implement MicroUI drawing native methods.
|
| UIFontDrawing |
This interface provides all the drawing methods that use a font.
|
| UIImageDrawing |
This interface provides all the image drawing methods.
|
| Class | Description |
|---|---|
| DisplayDrawer |
Implementation of
UIDrawing intended to be used to draw on the display and the images with the same format. |
| LLUIPainter |
This class provides implementations of native methods of MicroUI library which perform some drawings.
|
| Rectangle |
A rectangle with 4 coordinates.
|
| Enum | Description |
|---|---|
| MicroUIFontFormat |
Enumerates all MicroUI Font RAW formats.
|
| MicroUIImageFormat |
Enumerates all MicroUI Image RAW formats.
|