| Package | Description |
|---|---|
| ej.microui.display |
Contains classes to implement a MicroUI Display and to implement MicroUI Painter drawings.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BufferedImageProvider
Provides a service to create an object linked to a MicroUI BufferedImage.
|
| Modifier and Type | Method and Description |
|---|---|
UIImageDrawing |
LLUIDisplay.getUIImageDrawer(MicroUIImage image)
Gets the image drawer used to draw the given image.
|
UIImageDrawing |
LLUIDisplay.getUIImageDrawer(MicroUIImageFormat format)
Gets the image drawer used to draw the images with the given format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LLUIDisplay.registerUIImageDrawer(UIImageDrawing drawer)
Registers a drawer that supports a specific format.
|