GRestore
Inheritance: java.lang.Object, com.aspose.pdf.Operator
public class GRestore extends Operator
Class representing Q operator (restore graphics state).
Constructors
Constructor | Description |
---|---|
GRestore() | Constructor for Q operator. |
Methods
Method | Description |
---|---|
toString() | Returns text of the operator. |
accept(IOperatorSelector visitor) | Accepts visitor object to process operator. |
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. |