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
private static class PdfContentStreamProcessor.LineTo extends java.lang.Object implements ContentOperator
A content operator implementation (l).- Since:
- 5.5.6
-
-
Constructor Summary
Constructors Modifier Constructor Description private
LineTo()
-
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
-
-