GRestore

Inheritance: java.lang.Object, com.aspose.pdf.Operator

public class GRestore extends Operator

Class representing Q operator (restore graphics state).

Constructors

ConstructorDescription
GRestore(int index, ICommand command)Constructor for operator class.
GRestore()Constructor for Q operator.

Methods

MethodDescription
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:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator 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:

ParameterTypeDescription
visitorIOperatorSelectorVisitor object.