Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jfor.jfor.rtflib.testdocs
Class TestDocument  view TestDocument download TestDocument.java

java.lang.Object
  extended byorg.jfor.jfor.rtflib.testdocs.TestDocument
Direct Known Subclasses:
BasicLink, ExternalGraphic, ListInTable, MergedTableCells, NestedTable, ParagraphAlignment, SimpleDocument, SimpleLists, SimpleTable, TextAttributes, Whitespace

abstract class TestDocument
extends java.lang.Object

Base class for generating RTF documents used to test the jfor rtflib package.


Field Summary
private  java.io.File m_output
           
 
Constructor Summary
(package private) TestDocument()
           
 
Method Summary
protected  void addIntroComments(org.jfor.jfor.rtflib.rtfdoc.RtfSection sect)
           
(package private)  void debugMsg(java.lang.String msg)
           
protected abstract  void generateDocument(org.jfor.jfor.rtflib.rtfdoc.RtfDocumentArea rda, org.jfor.jfor.rtflib.rtfdoc.RtfSection sect)
           
(package private)  void generateOutput()
           
(package private)  java.lang.String getRtfFilename()
           
(package private)  void setOutputDir(java.io.File outDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_output

private java.io.File m_output
Constructor Detail

TestDocument

TestDocument()
Method Detail

setOutputDir

final void setOutputDir(java.io.File outDir)
                 throws java.io.IOException

getRtfFilename

final java.lang.String getRtfFilename()

generateOutput

final void generateOutput()
                   throws java.io.IOException

generateDocument

protected abstract void generateDocument(org.jfor.jfor.rtflib.rtfdoc.RtfDocumentArea rda,
                                         org.jfor.jfor.rtflib.rtfdoc.RtfSection sect)
                                  throws java.io.IOException

debugMsg

void debugMsg(java.lang.String msg)

addIntroComments

protected void addIntroComments(org.jfor.jfor.rtflib.rtfdoc.RtfSection sect)
                         throws java.io.IOException