- transform(PaintVisitor) - Method in interface ej.microvg.MicroVGImage
-
Transforms the image with the given transformer.
- TransformationVisitor - Class in ej.microvg.paint
-
Transformation visitor that concatenates an other affine transform.
- TransformationVisitor(AffineTransform) - Constructor for class ej.microvg.paint.TransformationVisitor
-
Creates a matrix transformer.
- translate(float[], float, float) - Static method in class ej.microvg.MatrixHelper
-
Preconcats the matrix with the specified translation.
- TwoArraysPathData - Class in ej.microvg.image.pathdata
-
Decodes a path whose data is stored in two byte arrays: the commands and the commands' attributes.
- TwoArraysPathData(ByteBuffer, ByteBuffer) - Constructor for class ej.microvg.image.pathdata.TwoArraysPathData
-
Creates a decoder that will decode the path encoded in two byte arrays.