Class PdfCanvasProcessor.SetLineDashPatternOperator
java.lang.Object
com.itextpdf.kernel.pdf.canvas.parser.PdfCanvasProcessor.SetLineDashPatternOperator
- All Implemented Interfaces:
IContentOperator
- Enclosing class:
PdfCanvasProcessor
private static class PdfCanvasProcessor.SetLineDashPatternOperator
extends Object
implements IContentOperator
A handler that implements operator (d). For more information see Table 51 ISO-32000-1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke
(PdfCanvasProcessor processor, PdfLiteral oper, List<PdfObject> operands) Called when a content operator should be processed.
-
Constructor Details
-
SetLineDashPatternOperator
private SetLineDashPatternOperator()
-
-
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.oper
- The literal PDF syntax of the operator.operands
- The operands that come with the operator.
-