GSave

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

public class GSave extends Operator

Class representing q operator (save graphics state).

Constructors

Constructor Description
GSave() Constructor for q operator.

Methods

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

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:

Parameter Type Description
visitor IOperatorSelector Visitor object.