ClosePathFillStroke

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

public class ClosePathFillStroke extends Operator

Class representing b operator (close, fill and stroke path with nonzer winding rule).

Constructors

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

Methods

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

ClosePathFillStroke()

public ClosePathFillStroke()

Initializes operator.

ClosePathFillStroke(int index, ICommand command)

public ClosePathFillStroke(int index, ICommand command)

Constructor for operator class.

Parameters:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator command.

accept(IOperatorSelector visitor)

public void accept(IOperatorSelector visitor)

Accepts visitor object to process operator.

Parameters:

ParameterTypeDescription
visitorIOperatorSelectorVisitor object.

toString()

public String toString()

Returns string representation of operator.

Returns: java.lang.String - String representation

getCommandName()

public String getCommandName()

Returns string representation of operator.

Returns: java.lang.String - String representation