Package com.itextpdf.text.pdf.parser
Class PdfContentStreamProcessor.ClipPath
- java.lang.Object
-
- com.itextpdf.text.pdf.parser.PdfContentStreamProcessor.ClipPath
-
- All Implemented Interfaces:
ContentOperator
- Enclosing class:
- PdfContentStreamProcessor
private static class PdfContentStreamProcessor.ClipPath extends java.lang.Object implements ContentOperator
A content operator implementation (W, W*)- Since:
- 5.5.6
-
-
Field Summary
Fields Modifier and Type Field Description private int
rule
-
Constructor Summary
Constructors Constructor Description ClipPath(int rule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
Invokes a content operator.
-
-
-
Method Detail
-
invoke
public void invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands) throws java.lang.Exception
Description copied from interface:ContentOperator
Invokes a content operator.- Specified by:
invoke
in interfaceContentOperator
- Parameters:
processor
- the processor that is dealing with the PDF contentoperator
- the literal PDF syntax of the operatoroperands
- the operands that come with the operator- Throws:
java.lang.Exception
- any exception can be thrown - it will be re-packaged into a runtime exception and re-thrown by thePdfContentStreamProcessor
-
-