GRestore
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.Operator
public class GRestore extends Operator
Class representing Q operator (restore graphics state).
Constructors
| Constructor | Description |
|---|---|
| GRestore(int index, ICommand command) | Constructor for operator class. |
| GRestore() | Constructor for Q operator. |
Methods
| Method | Description |
|---|---|
| toString() | Returns text of the operator. |
| accept(IOperatorSelector visitor) | Accepts visitor object to process operator. |
GRestore(int index, ICommand command)
public GRestore(int index, ICommand command)
Constructor for operator class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | Index of operator. |
| command | ICommand | Operator command. |
GRestore()
public GRestore()
Constructor for Q operator.
toString()
public String toString()
Returns text of the operator.
Returns: java.lang.String - Text representation of the operator.
accept(IOperatorSelector visitor)
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| visitor | IOperatorSelector | Visitor object. |