- fillGradientPath(GraphicsContext, Path, Matrix, LinearGradient) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws a path filled with a linear gradient and winding fill type and source over blending.
- fillGradientPath(GraphicsContext, Path, Matrix, LinearGradient, VectorGraphicsPainter.FillType, int, BlendMode) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws a path filled with a linear gradient.
- fillPath(GraphicsContext, Path, float, float) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws a path filled with the color of the graphics context and winding fill type and source over blending.
- fillPath(GraphicsContext, Path, Matrix) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws a path filled with the color of the graphics context and winding fill type and source over blending.
- fillPath(GraphicsContext, Path, Matrix, VectorGraphicsPainter.FillType, int, BlendMode) - Static method in class ej.microvg.VectorGraphicsPainter
-
Draws a path filled with the color of the graphics context.
- filterImage(float[]) - Method in class ej.microvg.VectorImage
-
Creates an image derived from this image, applying the given color matrix.
- FONT_INVALID - Static variable in exception ej.microvg.VectorGraphicsException
-
Exception thrown when a font cannot be loaded.
- FONT_INVALID_PATH - Static variable in exception ej.microvg.VectorGraphicsException
-
Exception thrown when a font cannot be retrieved.