Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
com.aspose.pdf.operators |
The
com.aspose.pdf.operators is a package for Operator implementations. |
Modifier and Type | Method and Description |
---|---|
Matrix |
Matrix.add(Matrix other)
Adds matrix to other matrix.
|
Matrix |
FixedPrint.getMatrix() |
Matrix |
ImagePlacement.getMatrix()
Current transformation matrix for this image.
|
Matrix |
XForm.getMatrix()
Gets matrix of the form.
|
Matrix |
Page.getRotationMatrix()
Gets transfomation matrix for the page.
|
static Matrix |
InternalHelper.getTextMatrix(TextState value) |
Matrix |
Matrix.multiply(Matrix other)
Multiplies the matrix by other matrix.
|
Matrix |
Matrix.reverse()
Calculates reverse matrix.
|
static Matrix |
Matrix.rotation(double alpha)
Creates matrix for given rotation angle.
|
static Matrix |
Matrix.scale(double x,
double y)
Creates matrix for given scale.
|
static Matrix |
Matrix.skew(double alpha,
double beta)
Creates matrix for given rotation angle.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
Matrix.add(Matrix other)
Adds matrix to other matrix.
|
static com.aspose.ms.System.Collections.Generic.List<Operator> |
InternalHelper.addImageInternal(Page page,
com.aspose.ms.System.IO.Stream stream,
Rectangle rectangle,
Matrix rotationMatrix,
CompositingParameters compositingParameters,
com.aspose.pdf.engine.data.IPdfObject[] pdfObject) |
static com.aspose.pdf.engine.data.IPdfArray |
InternalHelper.getMatrix(Matrix m,
com.aspose.pdf.engine.data.ITrailerable trailer) |
static double |
InternalHelper.Matrix_getAngleExactValue(Matrix pdfMatrix) |
Matrix |
Matrix.multiply(Matrix other)
Multiplies the matrix by other matrix.
|
void |
FixedPrint.setMatrix(Matrix value) |
void |
TextParagraph.setMatrix(Matrix value)
Sets Rotation of the paragraph.
|
void |
XForm.setMatrix(Matrix value)
Sets matrix of the form.
|
static void |
InternalHelper.setTextMatrix(TextState value,
Matrix m) |
Constructor and Description |
---|
Matrix(Matrix matrix)
Constructor accepts a matrix to create a copy
|
Modifier and Type | Method and Description |
---|---|
Matrix |
ConcatenateMatrix.getMatrix()
Matrix argument of the operator.
|
Matrix |
SetTextMatrix.getMatrix()
Matrix argument of the operator.
|
Modifier and Type | Method and Description |
---|---|
void |
ConcatenateMatrix.setMatrix(Matrix value)
Matrix argument of the operator.
|
void |
SetTextMatrix.setMatrix(Matrix value)
Matrix argument of the operator.
|
Constructor and Description |
---|
ConcatenateMatrix(Matrix m)
Initializes operator by matrix.
|
SetTextMatrix(Matrix m)
Initializes operator by matrix.
|