EOFill

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

public class EOFill extends Operator

Class representing f* operator (fill path using even-odd rule).

Constructors

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

Methods

MethodDescription
accept(IOperatorSelector visitor)Accepts visitor object to process operator.

EOFill(int index, ICommand command)

public EOFill(int index, ICommand command)

Constructor for operator class.

Parameters:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator command.

EOFill()

public EOFill()

Initializes operator.

accept(IOperatorSelector visitor)

public void accept(IOperatorSelector visitor)

Accepts visitor object to process operator.

Parameters:

ParameterTypeDescription
visitorIOperatorSelectorVisitor object.