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.commands.ICommand 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.
|
void |
fromCommand(com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
For internal usage only!
|
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.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString
public ConcatenateMatrix(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand 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 void fromCommand(com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Operator
Loads operator from command
command
- ICommand valuepublic com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand toCommand()
Operator
saves operator to command