public class Fill extends Operator
Class representing f operator (fill path with nonzero winding number rule).
Constructor and Description |
---|
Fill()
Initilizes new f operator.
|
Fill(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 |
toString()
Returns text representation of operator.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString
public Fill(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public Fill()
Initilizes new f operator.
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.