com.lowagie.text.pdf.parser
Class PdfContentStreamProcessor.TextMoveNextLine

java.lang.Object
  extended by com.lowagie.text.pdf.parser.PdfContentStreamProcessor.TextMoveNextLine
All Implemented Interfaces:
ContentOperator
Enclosing class:
PdfContentStreamProcessor

private static class PdfContentStreamProcessor.TextMoveNextLine
extends Object
implements ContentOperator

A content operator implementation (T*).


Field Summary
private  PdfContentStreamProcessor.TextMoveStartNextLine moveStartNextLine
           
 
Constructor Summary
PdfContentStreamProcessor.TextMoveNextLine(PdfContentStreamProcessor.TextMoveStartNextLine moveStartNextLine)
           
 
Method Summary
 void invoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList operands)
          Invokes a content operator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

moveStartNextLine

private final PdfContentStreamProcessor.TextMoveStartNextLine moveStartNextLine
Constructor Detail

PdfContentStreamProcessor.TextMoveNextLine

public PdfContentStreamProcessor.TextMoveNextLine(PdfContentStreamProcessor.TextMoveStartNextLine moveStartNextLine)
Method Detail

invoke

public void invoke(PdfContentStreamProcessor processor,
                   PdfLiteral operator,
                   ArrayList operands)
Description copied from interface: ContentOperator
Invokes a content operator.

Specified by:
invoke in interface ContentOperator
Parameters:
processor - the processor that is dealing with the PDF content
operator - the literal PDF syntax of the operator
operands - the operands that come with the operator

Hosted by Hostbasket