GSave

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

public class GSave extends Operator

Class representing q operator (save graphics state).

Constructors

ConstructorDescription
GSave(int index, ICommand command)Constructor for operator class.
GSave()Constructor for q operator.

Methods

MethodDescription
toString()Returns text of the operator.
accept(IOperatorSelector visitor)Accepts visitor object to process operator.

GSave(int index, ICommand command)

public GSave(int index, ICommand command)

Constructor for operator class.

Parameters:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator command.

GSave()

public GSave()

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.