| Package | Description |
|---|---|
| ej.microvg | |
| ej.microvg.paint |
| Modifier and Type | Method and Description |
|---|---|
MicroVGImage |
MicroVGImage.transform(PaintVisitor transformer)
Transforms the image with the given transformer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpacityVisitor
Color visitor that changes color's opacity.
|
class |
TransformationVisitor
Transformation visitor that concatenates an other affine transform.
|
| Modifier and Type | Method and Description |
|---|---|
VGPaint |
VGColor.apply(PaintVisitor visitor) |
LinearGradient |
LinearGradient.apply(PaintVisitor transformer) |
VGPaint |
VGPaint.apply(PaintVisitor visitor)
Creates a new painter applying the given visitor.
|