public class ConcatenateMatrix extends Operator
Class representing cm operator (concatenate matrix to current transformation matrix).
| Constructor and Description |
|---|
ConcatenateMatrix(double a,
double b,
double c,
double d,
double e,
double f)
Constructor for operator class.
|
ConcatenateMatrix(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.graphicstateoperators.ModifyCurrentTransformationMatrix command)
Constructor for operator class.
|
ConcatenateMatrix(Matrix m)
Initializes operator by matrix.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
Matrix |
getMatrix()
Matrix argument of the operator.
|
void |
setMatrix(Matrix value)
Matrix argument of the operator.
|
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand |
toCommand()
For internal usage only!
|
String |
toString()
Returns text representation of operator.
|
createFromCommandName, equals, getCommand, getCommandName, getIndex, isTextShowOperator, setIndex, valueEqualspublic ConcatenateMatrix(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.graphicstateoperators.ModifyCurrentTransformationMatrix command)
Constructor for operator class.
index - Index of operator.command - Operator command.public ConcatenateMatrix(double a,
double b,
double c,
double d,
double e,
double f)
Constructor for operator class.
a - A coefficientb - B coefficientc - C coefficientd - D coefficiente - E coefficientf - F coefficientpublic ConcatenateMatrix(Matrix m)
Initializes operator by matrix.
m - Transfomation matrix.public Matrix getMatrix()
Matrix argument of the operator.
public void setMatrix(Matrix value)
Matrix argument of the operator.
value - Matrix objectpublic void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
public String toString()
Returns text representation of operator.
public com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand toCommand()
Operatorsaves operator to command
Copyright © 2025 Aspose. All Rights Reserved.