- Path - Class in ej.microvg
-
Represents a geometric paths consisting of straight line segments, quadratic curves, and cubic curves.
- Path() - Constructor for class ej.microvg.Path
-
Creates an empty path.
- postConcat(Matrix) - Method in class ej.microvg.Matrix
-
Postconcats the matrix with the specified matrix.
- postRotate(float) - Method in class ej.microvg.Matrix
-
Postconcats the matrix with the specified rotation.
- postScale(float, float) - Method in class ej.microvg.Matrix
-
Postconcats the matrix with the specified scale.
- postTranslate(float, float) - Method in class ej.microvg.Matrix
-
Postconcats the matrix with the specified translation.
- preConcat(Matrix) - Method in class ej.microvg.Matrix
-
Preconcats the matrix with the specified matrix.
- preRotate(float) - Method in class ej.microvg.Matrix
-
Preconcats the matrix with the specified rotation.
- preScale(float, float) - Method in class ej.microvg.Matrix
-
Preconcats the matrix with the specified scale.
- preTranslate(float, float) - Method in class ej.microvg.Matrix
-
Preconcats the matrix with the specified translation.