- Matrix - Class in ej.microvg
-
Represents a 3x3 matrix for transforming coordinates.
- Matrix() - Constructor for class ej.microvg.Matrix
-
Creates an identity matrix.
- Matrix(Matrix) - Constructor for class ej.microvg.Matrix
-
Creates a matrix that is a deep copy of the given matrix.
- measureStringHeight(String, float) - Method in class ej.microvg.VectorFont
-
Returns the height of a string when it is drawn with this font and the given size.
- measureStringWidth(String, float) - Method in class ej.microvg.VectorFont
-
Returns the width of a string when it is drawn with this font and the given size.
- measureStringWidth(String, float, float) - Method in class ej.microvg.VectorFont
-
Returns the width of a string when it is drawn with this font and the given size.
- moveTo(float, float) - Method in class ej.microvg.Path
-
Sets the beginning of the next contour to the point (x,y).
- moveToRelative(float, float) - Method in class ej.microvg.Path
-
Sets the beginning of the next contour relative to the last point on the previous contour.