| 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 | Class and Description |
|---|---|
class |
DisplayDrawer
Implementation of
UIDrawing intended to be used to draw on the display and the images with the same format. |
| Modifier and Type | Method and Description |
|---|---|
UIDrawing |
LLUIDisplay.getUIDrawer(MicroUIGraphicsContext gc)
Gets the drawer used to draw on the given graphics context.
|
UIDrawing |
LLUIDisplay.getUIDrawer(MicroUIImageFormat format)
Gets the drawer used to draw with the given format.
|
UIDrawing |
LLUIDisplay.getUIDrawerSoftware()
Unique instance of MicroUI Graphics Engine's internal software drawer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LLUIDisplay.registerUIDrawer(UIDrawing drawer)
Registers a drawer that supports a specific format.
|