ObsoleteFill
Inheritance: java.lang.Object, com.aspose.pdf.Operator
public class ObsoleteFill extends Operator
Class representing F operator (fill path using nonzero winding rule).
Constructors
| Constructor | Description |
|---|---|
| ObsoleteFill() | Initializes operator. |
| ObsoleteFill(int index, ICommand command) | Constructor for operator class. |
Methods
| Method | Description |
|---|---|
| accept(IOperatorSelector visitor) | Accepts visitor object to process operator. |
ObsoleteFill()
public ObsoleteFill()
Initializes operator.
ObsoleteFill(int index, ICommand command)
public ObsoleteFill(int index, ICommand command)
Constructor for operator class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | Index of operator. |
| command | ICommand | Operator command. |
accept(IOperatorSelector visitor)
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| visitor | IOperatorSelector | Visitor object. |