Stroke
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.Operator
public class Stroke extends Operator
Class representing S operator (stroke path).
Constructors
| Constructor | Description |
|---|---|
| Stroke(int index, ICommand command) | Constructor for operator class. |
| Stroke() | Initializes operator. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| index | int | Index of operator. |
| command | ICommand | Operator command. |
Stroke()
public Stroke()
Initializes operator.
accept(IOperatorSelector visitor)
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| visitor | IOperatorSelector | Visitor object. |
toString()
public String toString()
Returns text representation of the operator.
Returns: java.lang.String - Text representation of the operator.