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

Packages that use PdfData
org.pz.platypus.plugin.html   
org.pz.platypus.plugin.pdf   
org.pz.platypus.plugin.pdf.commands   
 

Uses of PdfData in org.pz.platypus.plugin.html
 

Constructors in org.pz.platypus.plugin.html with parameters of type PdfData
HtmlColumn(PdfData pdf)
          The basic constructor.
 

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

Fields in org.pz.platypus.plugin.pdf declared as PdfData
(package private)  PdfData TextIndenter.pdd
           
private  PdfData Start.pdfData
          contains state data for the pdf file
(package private)  PdfData PdfOutfile.pdfData
          the PDF data structure
private  PdfData PdfFontFactory.pdfData
           
private  PdfData PdfFont.pdfData
           
 

Methods in org.pz.platypus.plugin.pdf with parameters of type PdfData
(package private)  float Columns.calculateColumnWidth(float textWidth, int cols, PdfData pdf)
           
 int Columns.createColumns(int newCount, float verticalSkip, PdfData pdf)
          Sets the number of columns.
private  Format FormatStack.createDefaulFormat(PdfData pdfData)
           
(package private)  float PdfOutfile.doFirstLineIndent(com.lowagie.text.Paragraph para, PdfData pData)
          Handles indenting the first line of a paragraph.
(package private)  void PdfOutfile.doParagraphAlignment(com.lowagie.text.Paragraph para, PdfData pData)
          Implement the paragraph alignment
(package private)  float PdfOutfile.doParagraphIndent(com.lowagie.text.Paragraph para, PdfData pData)
          Handles indenting the entire paragraph.
(package private)  float PdfOutfile.doParagraphIndentRight(com.lowagie.text.Paragraph para, PdfData pData)
          Handles indenting the entire paragraph.
(package private)  void PdfOutfile.doParagraphSpaceBefore(com.lowagie.text.Paragraph para, PdfData pData)
          Implement the line spacing before the paragraph, if any.
 void PdfOutfile.open(java.lang.String filename, PdfData pdd)
          Open the output file.
(package private)  void PdfOutfile.openPdfFile(GDD gdd, PdfData pdf, java.lang.String filename)
          Low level function for opening an iText file (that is, an iText Document)
(package private)  int Start.processCommand(Token tok, PdfData pdfData, int tokNum)
          Principal method for implementing command tokens
(package private)  void Start.processSymbol(java.lang.String filename, Token tok, int tokNum, PdfData pdd)
          Process a symbol or foreign character
 void Start.processTokens(PdfData pdfData, java.lang.String outfileName)
          Where the token stream is translated into text and actions.
 void FormatStack.saveCurrentFormat(PdfData pdd)
          Returns a format data structure containing the current format
 void PdfOutfile.setPdfData(PdfData newPdfData)
           
 int Columns.startColumnsAtTop(PdfData pdf)
          If we changed column count in the middle of a page, then the columns at the bottom half of the page will be partial height.
 

Constructors in org.pz.platypus.plugin.pdf with parameters of type PdfData
Column(float colWidth, float colGutterWidth, float colVertSkip, PdfData pdf)
          constructor for when we need to specify column size exactly
Column(PdfData pdf)
          The basic constructor.
Columns(int howMany, float verticalSkip, PdfData pdf)
           
Columns(PdfData pdf)
          Create an arrayList of default number of columns with no preceding vertical space
Footer(PdfData pdfData)
           
FormatStack(PdfData pdd)
           
PdfFont(PdfData pdd)
           
PdfFont(PdfData pdd, java.lang.String fontName, PdfFont existingFont)
          Constructor for cloning an existing PdfFont, but specifying a different typeface.
PdfFontFactory(GDD Gdd, PdfData pdd)
           
TextIndenter(Token t, PdfData pd)
           
 

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

Methods in org.pz.platypus.plugin.pdf.commands with parameters of type PdfData
(package private)  float PdfColumnCount.computeVerticalSkip(float yPosition, PdfData pdd)
          Computes how much vertical distance there is between the current baseline and the top margin.
(package private)  void PdfDump.dumpAll(GDD gdd, PdfData pdf, Token tok, boolean doHeading)
          Dump all available info.
(package private)  void PdfDump.dumpPage(GDD gdd, PdfData pdf, Token tok, boolean doHeading)
          Dump the page dimensions and related data.
(package private)  void PdfDump.dumpParagraph(GDD gdd, PdfData pdf, Token tok, boolean doHeading)
          Dump the paragraph dimensions and related data.
private  void PdfCodeWithOptions.emitCode(float fontSize, PdfData pdd, Token tok)
          Emits code
private  void PdfCodeWithOptions.emitLineNumber(PdfData pdd)
          Emit the line number for a listing line
 void PdfPageSize.flushExistingText(PdfData pdf)
          Current text must be flushed to PDF file using the current page size before the new page size takes effect.
(package private)  com.lowagie.text.Chunk PdfBulletListPlainStartWithOptions.lookupBulletSymbol(java.lang.String param, Token tok, PdfData pdd)
          Look up the symbol in the symbol table and get the Unicode value and any symbol font info.
static void PdfRestoreFormat.restore(PdfData pdd, Source source)
          Restore the current format.
static void PdfSaveFormat.save(PdfData pdd)
          Save the current format.
private  void PdfCodeOn.setEolTreatmentToHard(PdfData pdd, Token token)
           
private  void PdfCodeOn.setUnderlineToFalse(PdfData pdd, Token token)
           
(package private)  void PdfColumnCount.setupNewColumns(int newColumnCount, PdfData pdd)
          Set up the new columns starting wherever we are on the page.
private  void PdfEolTreatment.showError(Token tok, PdfData pdata)
          Show an error message in case a wrong value is specified
(package private)  void PdfParagraphIndentRight.showErrorMsg(Token tok, PdfData pdf)
          Show error message, giving location in Platypus input file
(package private)  void PdfParagraphIndent.showErrorMsg(Token tok, PdfData pdf)
          Show error message, giving location in Platypus input file
(package private)  void PdfFirstLineIndent.showErrorMsg(Token tok, PdfData pdf)
          Show error message, giving location in Platypus input file
(package private)  void PdfColumnWidth.showErrorMsg(Token tok, PdfData pdd, float width)
          Show error message, giving location in Platypus input file
protected  void PdfCodeWithOptions.switchToCodeMode(PdfData pdd, Token tok, int tokNum)
          Code mode means saving the current format and switching to a code font.
 



Copyright © 2008-10 Pacific Data Works LLC