| Package | Description |
|---|---|
| ej.microvg | |
| ej.microvg.bvi | |
| ej.microvg.display |
| Modifier and Type | Method and Description |
|---|---|
VGDrawing |
LLVGEngine.getVGDrawer(ej.microui.display.MicroUIGraphicsContext gc)
Gets the drawer used to draw on the given graphics context.
|
VGDrawing |
LLVGEngine.getVGDrawer(ej.microui.display.MicroUIImageFormat format)
Gets the drawer used to draw with the given format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LLVGEngine.registerVGDrawer(VGDrawing drawer)
Registers a drawer that supports a specific format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedVectorImageDrawer
A buffered vector image drawer is able to draw the shapes from MicroUI or MicroVG in a buffered vector image.
|
class |
NemaBufferedVectorImageDrawer
Nema specific drawer for the buffer vector images.
|
class |
VgliteBufferedVectorImageDrawer
VGLite specific drawer for the buffer vector images.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayDrawer
VG drawer that targets the BufferedImage with the same format than the display (and the display itself).
|
class |
NemaDisplayDrawer
Nema specific drawer for the display.
|