public class GRestore extends Operator
Class representing Q operator (restore graphics state).
Constructor and Description |
---|
GRestore()
Constructor for Q operator.
|
GRestore(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
String |
toString()
Returns text of the operator.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString
public GRestore(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public GRestore()
Constructor for Q operator.
public String toString()
Returns text of the operator.
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.