edu.jhu.ece.iacl.doc
Class DocumentGeneratorHTML

java.lang.Object
  extended by edu.jhu.ece.iacl.doc.DocumentGenerator
      extended by edu.jhu.ece.iacl.doc.DocumentGeneratorHTML

public class DocumentGeneratorHTML
extends DocumentGenerator


Constructor Summary
DocumentGeneratorHTML()
           
 
Method Summary
protected  java.lang.StringBuffer createAuthors(ProcessingAlgorithm alg)
           
protected  java.lang.StringBuffer createCitations(ProcessingAlgorithm alg)
           
protected  java.lang.StringBuffer createFooter(ProcessingAlgorithm alg)
           
protected  java.lang.StringBuffer createHeader(ProcessingAlgorithm alg)
           
protected  java.lang.StringBuffer createInputInformation(ProcessingAlgorithm alg)
           
protected  java.lang.StringBuffer createLongDescription(ProcessingAlgorithm alg)
           
protected  java.lang.StringBuffer createOutputInformation(ProcessingAlgorithm alg)
           
protected  java.lang.StringBuffer createShortDescription(ProcessingAlgorithm alg)
           
 
Methods inherited from class edu.jhu.ece.iacl.doc.DocumentGenerator
createDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentGeneratorHTML

public DocumentGeneratorHTML()
Method Detail

createCitations

protected java.lang.StringBuffer createCitations(ProcessingAlgorithm alg)
Specified by:
createCitations in class DocumentGenerator

createAuthors

protected java.lang.StringBuffer createAuthors(ProcessingAlgorithm alg)
Specified by:
createAuthors in class DocumentGenerator

createFooter

protected java.lang.StringBuffer createFooter(ProcessingAlgorithm alg)
Specified by:
createFooter in class DocumentGenerator

createHeader

protected java.lang.StringBuffer createHeader(ProcessingAlgorithm alg)
Specified by:
createHeader in class DocumentGenerator

createInputInformation

protected java.lang.StringBuffer createInputInformation(ProcessingAlgorithm alg)
Specified by:
createInputInformation in class DocumentGenerator

createOutputInformation

protected java.lang.StringBuffer createOutputInformation(ProcessingAlgorithm alg)
Specified by:
createOutputInformation in class DocumentGenerator

createShortDescription

protected java.lang.StringBuffer createShortDescription(ProcessingAlgorithm alg)
Specified by:
createShortDescription in class DocumentGenerator

createLongDescription

protected java.lang.StringBuffer createLongDescription(ProcessingAlgorithm alg)
Specified by:
createLongDescription in class DocumentGenerator