Uses of Interface
org.pz.platypus.interfaces.IOutputCommand

Packages that use IOutputCommand
org.pz.platypus.commands   
org.pz.platypus.interfaces   
org.pz.platypus.plugin.html   
org.pz.platypus.plugin.html.commands   
org.pz.platypus.plugin.pdf   
org.pz.platypus.plugin.pdf.commands   
org.pz.platypus.plugin.rtf   
org.pz.platypus.plugin.rtf.commands   
 

Uses of IOutputCommand in org.pz.platypus.commands
 

Classes in org.pz.platypus.commands that implement IOutputCommand
 class BulletListPlainEnd
          Abstract portion of command that marks the beginning of a plain bullet list (default indent and bullet char)
 class BulletListPlainStart
          Abstract portion of command that marks the beginning of a plain bullet list (default indent and bullet char)
 class BulletListPlainStartWithOptions
          Abstract portion of command that marks the beginning of a plain bullet list (default indent and bullet char)
 class UrlRaw
          Abstract portion of bare URL command
 class UrlWithCoverText
          Abstract portion of command for URL with cover text
 class UrlWithCoverTextEnd
          Abstract portion of command that marks the end of cover text for a URL
 

Uses of IOutputCommand in org.pz.platypus.interfaces
 

Methods in org.pz.platypus.interfaces that return IOutputCommand
 IOutputCommand ICommandTable.getCommand(java.lang.String root)
          get the processor for a command or symbol
 

Methods in org.pz.platypus.interfaces with parameters of type IOutputCommand
 void ICommandTable.add(IOutputCommand command)
          load an individual item
 

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

Classes in org.pz.platypus.plugin.html that implement IOutputCommand
 class HtmlMarginLeft
          handles processing of the definition of a user string (macro).
 

Fields in org.pz.platypus.plugin.html with type parameters of type IOutputCommand
private  java.util.HashMap<java.lang.String,IOutputCommand> HtmlCommandTable.commandTable
          the hashtable into which the commands are loaded
 

Methods in org.pz.platypus.plugin.html that return IOutputCommand
 IOutputCommand HtmlCommandTable.getCommand(java.lang.String root)
          Lookup a command by its root
 

Methods in org.pz.platypus.plugin.html that return types with arguments of type IOutputCommand
 java.util.List<IOutputCommand> HtmlDocContext.getNestedTagCmds()
           
 

Methods in org.pz.platypus.plugin.html with parameters of type IOutputCommand
(package private)  void HtmlCommandTable.add(IOutputCommand entry)
          add a OutputCommandable item to the hash table, using its root as the key to the entry
 

Uses of IOutputCommand in org.pz.platypus.plugin.html.commands
 

Classes in org.pz.platypus.plugin.html.commands that implement IOutputCommand
 class HtmlBoldOff
          Implementation of turning on bold in the Html plugin
 class HtmlBoldOn
          Implementation of turning on bold in the Html plugin
 class HtmlEol
          End of line command (auto-inserted by Platypus at end of input line) for Html plugin
 class HtmlEoParagraph
          End of line command (auto-inserted by Platypus at end of input line) for Html plugin
 class HtmlFface
          Implementation of fsize (in font family of commands) for PDF plugin
 class HtmlFsize
          Implementation of fsize (in font family of commands) for the HTML plugin
 class HtmlHardCR
          Force a hard CR/LF (note: this command does *not* force an end of paragraph) Note that the main token processor in Pdf.Start() will check the token after [].
 class HtmlItalicsOff
          Implementation of turning off italics in the Html plugin
 class HtmlItalicsOn
          Implementation of turning on italics in the Html plugin
 class HtmlMarginRight
          Implementation of changing the size of the right margin
 class HtmlMarginTop
          Implementation of changing the size of the top margin
 class HtmlPageWidth
          Implementation of changing the width of the page in Html
 class HtmlParagraphIndent
          Implementation of indentation of a full paragraph for HTML plugin
 class HtmlParagraphIndentRight
          Implementation of indentation of a full paragraph from the right side for HTML plugin.
 class HtmlParagraphSkip
          Implementation of Paragraph Skip command for Html plugin.
 class HtmlStrikethruOff
          Implementation of turning on strikethrough in the HTML plugin
 class HtmlStrikethruOn
          Implementation of turning on strikethrough in the PDF plugin
 class HtmlUnderlineOff
          Implementation of turning on underline in the PDF plugin
 class HtmlUnderlineOn
          Implementation of turning on underline in the PDF plugin
 class HtmlUrl
          Prints a URL without any cover text.
 

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

Fields in org.pz.platypus.plugin.pdf with type parameters of type IOutputCommand
private  java.util.HashMap<java.lang.String,IOutputCommand> PdfCommandTable.commandTable
          the hashtable into which the commands are loaded
 

Methods in org.pz.platypus.plugin.pdf that return IOutputCommand
 IOutputCommand PdfCommandTable.getCommand(java.lang.String root)
          Lookup a command by its root
 

Methods in org.pz.platypus.plugin.pdf with parameters of type IOutputCommand
 void PdfCommandTable.add(IOutputCommand entry)
          add a OutputCommandable item to the hash table, using its root as the key to the entry
 

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

Classes in org.pz.platypus.plugin.pdf.commands that implement IOutputCommand
 class DefUserString
          handles processing of the definition of a user string (macro).
 class PdfAlignment
          Alignment command for PDF plugin
 class PdfBoldOff
          Implementation of turning off bold in the PDF plugin
 class PdfBoldOn
          Implementation of turning on bold in the PDF plugin
 class PdfBulletListPlainEnd
          Implementation of turning on a plain bullet list in the PDF plugin
 class PdfBulletListPlainStart
          Implementation of turning on a plain bullet list in the PDF plugin
 class PdfBulletListPlainStartWithOptions
          Implementation of turning on a plain bullet list with user-specified options in the PDF plugin
 class PdfCodeOff
          End of a code section or code listing
 class PdfCodeOn
          Begin a code section or code listing
 class PdfCodeWithOptions
          Begin a code section or code listing, with options controlling the line count To be added: - the language for use in syntax highlighting - file location to extract from a source file Status of implementation: TO DO: Currently, line number is hard-coded to a max of three digits.
 class PdfColumnCount
          Change the number of columns in a document
 class PdfColumnWidth
          Change the width of columns on a page.
 class PdfDump
          Dumps various values to the console (for debugging purposes)
 class PdfEol
          End of line command (auto-inserted by Platypus at end of input line) for PDF plugin
 class PdfEolTreatment
          End of line treatment command for PDF plugin
 class PdfEoParagraph
          End of Paragraph for PDF plugin
 class PdfFface
          Implementation of fsize (in font family of commands) for PDF plugin
 class PdfFirstLineIndent
          Implementation of indentation of the first line of a paragraph for PDF plugin
 class PdfFooterOff
          Implementation of turning off the printing of the page footer in the PDF plugin
 class PdfFooterOn
          Implementation of turning on the printing of the page footer in the PDF plugin
 class PdfFsize
          Implementation of fsize (in font family of commands) for PDF plugin
 class PdfHardCR
          Force a hard CR/LF (note: this command does *not* force an end of paragraph) Note that the main token processor in Pdf.Start() will check the token after [].
 class PdfItalicsOff
          Implementation of turning off italics in the PDF plugin
 class PdfItalicsOn
          Implementation of turning on italics in the PDF plugin
 class PdfLeading
          Implementation of changing the size of the leading (space between two baselines of text)
 class PdfMarginBottom
          Implementation of changing the size of the bottom margin
 class PdfMarginLeft
          Implementation of changing the size of the left margin
 class PdfMarginRight
          Implementation of changing the size of the right margin
 class PdfMarginsMirrored
          Turns on mirrored margins command for PDF plugin.
 class PdfMarginTop
          Implementation of changing the size of the top margin
 class PdfNewPage
          Implementation of new page, which skips to the top of the next page (and thereby triggers the processing for end of current page).
 class PdfNoIndent
          NewParagraph command for PDF plugin
 class PdfPageHeight
          Implementation of changing the height of the page in PDF
 class PdfPageSize
          Handle changes in page size when specified as a string ( LETTER, LEGAL, A4, etc.)
 class PdfPageWidth
          Implementation of changing the width of the page in PDF
 class PdfParagraphIndent
          Implementation of indentation of a full paragraph for PDF plugin Note: this class lends a lot of code to PdfPargraphIndentR.
 class PdfParagraphIndentRight
          Implementation of indentation of a full paragraph from the right side for PDF plugin.
 class PdfParagraphSkip
          Implementation of Paragraph Skip command for PDF plugin.
 class PdfPrintVariable
          Outputs the user string or system variable that appears after the root.
 class PdfRestoreFormat
          Restore the previous format from the format stack (thereby, popping it)
 class PdfSaveFormat
          Save the current format on a stack
 class PdfScript
          Handles script (in Groovy) for PDF plugin
 class PdfStrikethruOff
          Implementation of turning off strikethrough in the PDF plugin
 class PdfStrikethruOn
          Implementation of turning on strikethrough in the PDF plugin
 class PdfSymbol
          This is the command-equivalent that is called by PDF plugin to 'execute' a symbol.
 class PdfUnderlineOff
          Implementation of turning off underline in the PDF plugin
 class PdfUnderlineOn
          Implementation of turning on underline in the PDF plugin
 class PdfUrl
          Prints a URL without any cover text.
 class PdfUrlWithCoverText
          Handles processing of URL cover text for PDF.
 class PdfUrlWithCoverTextEnd
          Handles processing of URL end command
 

Uses of IOutputCommand in org.pz.platypus.plugin.rtf
 

Fields in org.pz.platypus.plugin.rtf with type parameters of type IOutputCommand
private  java.util.HashMap<java.lang.String,IOutputCommand> RtfCommandTable.commandTable
          the hashtable into which the commands are loaded
 

Methods in org.pz.platypus.plugin.rtf that return IOutputCommand
 IOutputCommand RtfCommandTable.getCommand(java.lang.String root)
          Lookup a command by its root
 

Methods in org.pz.platypus.plugin.rtf with parameters of type IOutputCommand
(package private)  void RtfCommandTable.add(IOutputCommand entry)
          add a OutputCommandable item to the hash table, using its root as the key to the entry
 

Uses of IOutputCommand in org.pz.platypus.plugin.rtf.commands
 

Classes in org.pz.platypus.plugin.rtf.commands that implement IOutputCommand
 class RtfMarginBottom
          Implementation of changing the size of the bottom margin
 class RtfMarginLeft
          Implementation of changing the size of the left margin
 class RtfMarginRight
          Implementation of changing the size of the right margin
 class RtfMarginTop
          Implementation of changing the size of the top margin
 



Copyright © 2008-10 Pacific Data Works LLC