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