platypus
Class Outfile
java.lang.Object
platypus.Outfile
- Direct Known Subclasses:
- OutfilePdf
public abstract class Outfile
- extends java.lang.Object
A different instantiation of Outfile is used for each type of generated file
- Author:
- alb
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
openStatus
private boolean openStatus
- is the file open? so, true = open; false = not open
textProcessedFlag
protected boolean textProcessedFlag
- some commands cannot occur after any text has been ouput. To monitor, we use this flag.
gdd
private final GDD gdd
lits
private final Literals lits
Outfile
public Outfile()
addColumnsContentToDocument
public void addColumnsContentToDocument()
addParagraph
public int addParagraph()
close
public void close()
emitText
public void emitText(java.lang.String s)
getFileType
public GDD.FileType getFileType()
newPage
public int newPage()
lowLevelPdfNewPage
public boolean lowLevelPdfNewPage()
doNewParagraph
public void doNewParagraph()
setFileType
public void setFileType(GDD.FileType newFileType)
setFilename
public void setFilename(java.lang.String newName)
isOpen
public boolean isOpen()
hasTextBeenProcessed
public boolean hasTextBeenProcessed()
setTextProcessedFlag
public void setTextProcessedFlag(boolean newFlagValue)
Copyright © 2006-7 Pacific Data Works LLC