com.aspose.pdf.operators

Class Fill



  • public class Fill
    extends Operator

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

    • Constructor Detail

      • Fill

        public Fill(int index,
                    com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)

        Constructor for operator class.

        Parameters:
        index - Index of operator.
        command - Operator command.
      • Fill

        public Fill()

        Initilizes new f operator.

    • Method Detail

      • accept

        public void accept(IOperatorSelector visitor)

        Accepts visitor object to process operator.

        Specified by:
        accept in class Operator
        Parameters:
        visitor - Visitor object.
      • toString

        public String toString()

        Returns text representation of operator.

        Overrides:
        toString in class Operator
        Returns:
        Text representation of operator.