| Interface | Description |
|---|---|
| CommandDecoder |
This decoder allows to retrieve a MicroVG path command from an encoded command for a given GPU.
|
| LLVGConstants |
Provides the MicroVG library constants: commands, blend modes, fill rules, etc.
|
| LLVGEngine |
Equivalent of
LLUIDisplay for MicroVG: it provides some methods to map MicroVG byte arrays in MicroVG
Graphics Context objects, to manipulate MicroVG linear gradient, etc. |
| MicroVGImage |
Represents an encoded static or dynamic vector image.
|
| VGDrawing |
This interface provides all drawing methods useful to implement MicroVG drawing native methods.
|
| Class | Description |
|---|---|
| LLVGPainter |
This class provides implementations for the native methods of MicroVG library which perform some drawings.
|
| MatrixHelper |
This class offers matrix services.
|