ClosePathStroke

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

public class ClosePathStroke extends Operator

Class representing s operator (Close and stroke path).

Constructors

ConstructorDescription
ClosePathStroke(int index, ICommand command)Constructor for operator class.
ClosePathStroke()Initializes operator.

Methods

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

ClosePathStroke(int index, ICommand command)

public ClosePathStroke(int index, ICommand command)

Constructor for operator class.

Parameters:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator command.

ClosePathStroke()

public ClosePathStroke()

Initializes operator.

accept(IOperatorSelector visitor)

public void accept(IOperatorSelector visitor)

Accepts visitor object to process operator.

Parameters:

ParameterTypeDescription
visitorIOperatorSelectorVisitor object.

toString()

public String toString()

Returns text representation of the operator.

Returns: java.lang.String - Text representation of the operator.