com.aspose.pdf.operators

Class Stroke



  • public class Stroke
    extends Operator

    Class representing S operator (stroke path).

    • Constructor Detail

      • Stroke

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

        Constructor for operator class.

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

        public Stroke()

        Initializes 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 the operator.

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