Stroke

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

public class Stroke extends Operator

Class representing S operator (stroke path).

Constructors

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

Methods

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

Stroke(int index, ICommand command)

public Stroke(int index, ICommand command)

Constructor for operator class.

Parameters:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator command.

Stroke()

public Stroke()

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

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