public class Clip extends Operator
Class representing W operator (set clipping path using non-zero winding rule).
Constructor and Description |
---|
Clip()
Constructor for writing program.
|
Clip(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 operators.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString
public Clip(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public Clip()
Constructor for writing program.
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.