public interface MicroVGImage
| Modifier and Type | Method and Description |
|---|---|
int |
draw(ej.microui.display.MicroUIGraphicsContext gc,
float[] matrix,
int alpha,
long elapsedTime,
float[] colorMatrix)
Draws an image with transformation and opacity.
|
MicroVGImage |
transform(PaintVisitor transformer)
Transforms the image with the given transformer.
|
int draw(ej.microui.display.MicroUIGraphicsContext gc,
float[] matrix,
int alpha,
long elapsedTime,
float[] colorMatrix)
gc - the graphics context to draw onmatrix - the transformation matrix to applyalpha - the global opacity rendering valueelapsedTime - the elapsed time since the beginning of the animation, in millisecondscolorMatrix - the color matrix used to transform colorsMicroVGImage transform(PaintVisitor transformer)
transformer - the transformer to apply