Class ClipEvenOddRule
- java.lang.Object
-
- com.tom_roush.pdfbox.contentstream.operator.OperatorProcessor
-
- com.tom_roush.pdfbox.contentstream.operator.graphics.GraphicsOperatorProcessor
-
- com.tom_roush.pdfbox.contentstream.operator.graphics.ClipEvenOddRule
-
public final class ClipEvenOddRule extends GraphicsOperatorProcessor
W* Set clipping path using even odd rule.
-
-
Field Summary
-
Fields inherited from class com.tom_roush.pdfbox.contentstream.operator.graphics.GraphicsOperatorProcessor
context
-
-
Constructor Summary
Constructors Constructor Description ClipEvenOddRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Returns the name of this operator, e.g.voidprocess(Operator operator, List<COSBase> operands)Process the operator.-
Methods inherited from class com.tom_roush.pdfbox.contentstream.operator.graphics.GraphicsOperatorProcessor
setContext
-
Methods inherited from class com.tom_roush.pdfbox.contentstream.operator.OperatorProcessor
checkArrayTypesClass, getContext
-
-
-
-
Method Detail
-
process
public void process(Operator operator, List<COSBase> operands) throws IOException
Description copied from class:OperatorProcessorProcess the operator.- Specified by:
processin classOperatorProcessor- Parameters:
operator- the operator to processoperands- the operands to use when processing- Throws:
IOException- if the operator cannot be processed
-
getName
public String getName()
Description copied from class:OperatorProcessorReturns the name of this operator, e.g. "BI".- Specified by:
getNamein classOperatorProcessor
-
-