Class PdfCanvasProcessor.ClipPathOperator
java.lang.Object
com.itextpdf.kernel.pdf.canvas.parser.PdfCanvasProcessor.ClipPathOperator
- All Implemented Interfaces:
IContentOperator
- Enclosing class:
PdfCanvasProcessor
A handler that implements operator (W, W*). For more information see Table 51 ISO-32000-1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke
(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.
-
Field Details
-
rule
private int rule
-
-
Constructor Details
-
ClipPathOperator
public ClipPathOperator(int rule)
-
-
Method Details
-
invoke
Called when a content operator should be processed.- Specified by:
invoke
in interfaceIContentOperator
- Parameters:
processor
- The processor that is dealing with the PDF content stream.operator
- The literal PDF syntax of the operator.operands
- The operands that come with the operator.
-