Package com.itextpdf.text.pdf.parser
Class PdfContentStreamProcessor.LineTo
java.lang.Object
com.itextpdf.text.pdf.parser.PdfContentStreamProcessor.LineTo
- All Implemented Interfaces:
ContentOperator
- Enclosing class:
- PdfContentStreamProcessor
A content operator implementation (l).
- Since:
- 5.5.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) Invokes a content operator.
-
Constructor Details
-
LineTo
private LineTo()
-
-
Method Details
-
invoke
public void invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) throws 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:
Exception
- any exception can be thrown - it will be re-packaged into a runtime exception and re-thrown by thePdfContentStreamProcessor
-