ClosePathEOFillStroke

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

public class ClosePathEOFillStroke extends Operator

Class representing b* operator (close, fill and stroke path using even-odd rule).

Constructors

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

Methods

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

ClosePathEOFillStroke()

public ClosePathEOFillStroke()

Initializes operator.

ClosePathEOFillStroke(int index, ICommand command)

public ClosePathEOFillStroke(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 text representation of operator.

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

getCommandName()

public String getCommandName()

Returns text representation of operator.

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