com.aspose.pdf.operators

Class ClosePathFillStroke



  • public class ClosePathFillStroke
    extends Operator

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

    • Constructor Detail

      • ClosePathFillStroke

        public ClosePathFillStroke()

        Initializes operator.

      • ClosePathFillStroke

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

        Constructor for operator class.

        Parameters:
        index - Index of operator.
        command - Operator command.
    • 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 string representation of operator.

        Overrides:
        toString in class Operator
        Returns:
        String representation
      • getCommandName

        public String getCommandName()

        Returns string representation of operator.

        Overrides:
        getCommandName in class Operator
        Returns:
        String representation