public class ClosePathEOFillStroke extends Operator
Class representing b* operator (close, fill and stroke path using even-odd rule).
Constructor and Description |
---|
ClosePathEOFillStroke()
Initializes operator.
|
ClosePathEOFillStroke(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.
|
String |
getCommandName()
Returns text representation of operator.
|
String |
toString()
Returns text representation of operator.
|
clear, getCommand, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString
public ClosePathEOFillStroke()
Initializes operator.
public ClosePathEOFillStroke(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.
public String toString()
Returns text representation of operator.
public String getCommandName()
Returns text representation of operator.
getCommandName
in class Operator