org.apache.pdfbox.util.operator.pagedrawer
public class ClipEvenOddRule extends OperatorProcessor
context
Constructor and Description |
---|
ClipEvenOddRule() |
Modifier and Type | Method and Description |
---|---|
void |
process(PDFOperator operator,
java.util.List<COSBase> arguments)
process : W* : set clipping path using even odd rule.
|
getContext, setContext
public void process(PDFOperator operator, java.util.List<COSBase> arguments) throws java.io.IOException
process
in class OperatorProcessor
operator
- The operator that is being executed.arguments
- Listjava.io.IOException
- if there is an error during execution.