Uses of Class
org.pz.platypus.plugin.pdf.PdfOutfile

Packages that use PdfOutfile
org.pz.platypus.plugin.pdf   
org.pz.platypus.plugin.pdf.commands   
 

Uses of PdfOutfile in org.pz.platypus.plugin.pdf
 

Fields in org.pz.platypus.plugin.pdf declared as PdfOutfile
private  PdfOutfile Start.outfile
          the outputfile we write to
private  PdfOutfile PdfData.pdfOutfile
           
 

Methods in org.pz.platypus.plugin.pdf that return PdfOutfile
 PdfOutfile PdfData.getOutfile()
           
 

Methods in org.pz.platypus.plugin.pdf with parameters of type PdfOutfile
 void PdfData.setOutfile(PdfOutfile newOutfile)
           
 

Constructors in org.pz.platypus.plugin.pdf with parameters of type PdfOutfile
Start(PdfOutfile newOutfile, PdfCommandTable newCommandTable)
          Constructor that is only ever used in unit testing
 

Uses of PdfOutfile in org.pz.platypus.plugin.pdf.commands
 

Methods in org.pz.platypus.plugin.pdf.commands with parameters of type PdfOutfile
private  void PdfCodeWithOptions.emitLineMarker(PdfOutfile outfile)
          Emit the marker for a line with no number
private  void PdfCodeWithOptions.emitNewLine(PdfOutfile outfile)
          Emits a CR or CR/LF to the PDF outfile.
(package private)  void PdfColumnCount.flushExistingText(PdfOutfile outfile)
          Before changing columns, we need to flush any existing text to the PDF file.
 



Copyright © 2008-10 Pacific Data Works LLC