Java com.itextpdf.text.pdf.parser Matrix fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.pdf.parser Matrix fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.pdf.parser Matrix.

The text is from its open source code.

Field

intI11
the row=1, col=1 position ('a') in the matrix.
intI12
the row=1, col=2 position ('b') in the matrix.
intI21
the row=2, col=1 position ('c') in the matrix.
intI22
the row=2, col=2 position ('d') in the matrix.
intI31
the row=3, col=1 ('e', or X translation) position in the matrix.
intI32
the row=3, col=2 ('f', or Y translation) position in the matrix.

Constructor

Matrix(float tx, float ty)
Constructs a matrix that represents translation

Method

floatget(int index)
Gets a specific value inside the matrix.