Fill

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

public class Fill extends Operator

Class representing f operator (fill path with nonzero winding number rule).

Constructors

ConstructorDescription
Fill(int index, ICommand command)Constructor for operator class.
Fill()Initilizes new f operator.

Methods

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

Fill(int index, ICommand command)

public Fill(int index, ICommand command)

Constructor for operator class.

Parameters:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator command.

Fill()

public Fill()

Initilizes new f 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 operator.

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