- VGColor - Class in ej.microvg.paint
-
Represents a path painter with a ARGB color.
- VGColor(int) - Constructor for class ej.microvg.paint.VGColor
-
Creates a color painter over the given color.
- VGDrawing - Interface in ej.microvg
-
This interface provides all drawing methods useful to implement MicroVG drawing native methods.
- VgliteBufferedVectorImageDrawer - Class in ej.microvg.bvi
-
VGLite specific drawer for the buffer vector images.
- VgliteBufferedVectorImageDrawer() - Constructor for class ej.microvg.bvi.VgliteBufferedVectorImageDrawer
-
- VgliteImageDecoder - Class in ej.microvg.image
-
The VGLite engine.
- VgliteImageDecoder() - Constructor for class ej.microvg.image.VgliteImageDecoder
-
- VGPaint - Interface in ej.microvg.paint
-
Painter to apply when drawing a path.
- visitColor(int) - Method in class ej.microvg.paint.OpacityVisitor
-
- visitColor(int) - Method in interface ej.microvg.paint.PaintVisitor
-
Changes a color into an other one.
- visitTransform(AffineTransform) - Method in interface ej.microvg.paint.PaintVisitor
-
Changes the affine transform by an other one.
- visitTransform(AffineTransform) - Method in class ej.microvg.paint.TransformationVisitor
-