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.
|
com.aspose.pdf.vector |
The Aspose.Pdf.Vector is a root namespace for graphics operations.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
Matrix.add(Matrix other)
Adds matrix to other matrix.
|
Matrix |
FixedPrint.getMatrix()
Gets matrix value.
|
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) |
static Matrix |
InternalHelper.Matrix_fromFontsMatrix(com.aspose.font.TransformationMatrix ctm) |
static Matrix |
InternalHelper.Matrix_getRotationMatrix(Matrix matrix) |
Matrix |
Matrix.multiply(Matrix other)
Multiplies the matrix by other matrix.
|
static Matrix |
InternalHelper.preMultiply(Matrix matrix,
Matrix matrix1) |
Matrix |
Matrix.reverse()
Calculates reverse matrix.
|
static Matrix |
Matrix.rotation(double alpha)
Creates matrix for given rotation angle.
|
static Matrix |
Matrix.rotation(int rotation)
Creates matrix for given rotation.
|
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) |
void |
Annotation.changeAfterResize(Matrix transform)
Update parameters and appearance, according to the matrix transform.
|
void |
ColorBarAnnotation.changeAfterResize(Matrix transform)
Update parameters and appearance, according to the matrix transform and moving outside of TrimBox if nesseary.
|
void |
InkAnnotation.changeAfterResize(Matrix transform)
Updates the points in InkList, according to the matrix transform.
|
void |
LineAnnotation.changeAfterResize(Matrix transform)
Updates the Starting and Ending points, according to the matrix transform.
|
void |
PolyAnnotation.changeAfterResize(Matrix transform)
Updates the points in Vertices, according to the matrix transform.
|
void |
TextAnnotation.changeAfterResize(Matrix transform)
Overrides the definition in the base class with an empty body.
|
void |
TextMarkupAnnotation.changeAfterResize(Matrix transform)
Updates the QuadPoints, according to the matrix transform.
|
void |
WatermarkAnnotation.changeAfterResize(Matrix transform)
Overrides the definition in the base class with an empty body.
|
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) |
static Matrix |
InternalHelper.Matrix_getRotationMatrix(Matrix matrix) |
static com.aspose.font.TransformationMatrix |
InternalHelper.Matrix_toFontsMatrix(Matrix reverseCTM) |
Matrix |
Matrix.multiply(Matrix other)
Multiplies the matrix by other matrix.
|
static Matrix |
InternalHelper.preMultiply(Matrix matrix,
Matrix matrix1) |
void |
FixedPrint.setMatrix(Matrix value)
Sets 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.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
GraphicState.getMatrix()
Gets the current transformation matrix.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicState.setMatrix(Matrix value)
Gets the current transformation matrix.
|
Copyright © 2024 Aspose. All Rights Reserved.