public class EOFillStroke extends Operator
Class representing B* operator (fill and stroke path usign even-odd rule).
Constructor and Description |
---|
EOFillStroke()
Initializes operator.
|
EOFillStroke(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString, toString
public EOFillStroke()
Initializes operator.
public EOFillStroke(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.