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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.jfor.jfor.rtflib.testdocs.TestDocument
      extended byorg.jfor.jfor.rtflib.testdocs.ExternalGraphic

class ExternalGraphic
extends TestDocument

Generate a test document containing external graphics.


Field Summary
private  java.lang.String file
           
 
Constructor Summary
ExternalGraphic()
          Default constructor.
 
Method Summary
protected  void addIntroComments(org.jfor.jfor.rtflib.rtfdoc.RtfSection sect)
           
(package private)  void debugMsg(java.lang.String msg)
           
protected  void generateDocument(org.jfor.jfor.rtflib.rtfdoc.RtfDocumentArea rda, org.jfor.jfor.rtflib.rtfdoc.RtfSection sect)
          generate the body of the test document
(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

file

private java.lang.String file
Constructor Detail

ExternalGraphic

public ExternalGraphic()
Default constructor.

Method Detail

generateDocument

protected void generateDocument(org.jfor.jfor.rtflib.rtfdoc.RtfDocumentArea rda,
                                org.jfor.jfor.rtflib.rtfdoc.RtfSection sect)
                         throws java.io.IOException
generate the body of the test document

Specified by:
generateDocument in class TestDocument

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

debugMsg

void debugMsg(java.lang.String msg)

addIntroComments

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