| Package | Description |
|---|---|
| ej.microvg |
| Modifier and Type | Method and Description |
|---|---|
MicroVGImage |
LLVGEngine.mapVectorImage(byte[] sniContext)
Gets the unique image identifier from the SNI context.
|
MicroVGImage |
MicroVGImage.transform(PaintVisitor transformer)
Transforms the image with the given transformer.
|
| Modifier and Type | Method and Description |
|---|---|
default int |
VGDrawing.drawImage(ej.microui.display.MicroUIGraphicsContext gc,
MicroVGImage image,
float[] matrix,
int alpha,
long elapsedTime,
float[] colorMatrix)
Draws an image with transformation and opacity.
|