public class FillStroke extends Operator
Class representing B operator (fill and stroke path using nonzero winding rule)
Constructor and Description |
---|
FillStroke()
Initializes operator.
|
FillStroke(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 FillStroke()
Initializes operator.
public FillStroke(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