fot2pdf (w) C. Drescher
C E F G I M P R S W

C

characters(char[], int, int) - Method in class com.pdftech.fot2pdf.xml.saxhandler
 
compactDisplayBoxes(DisplayBoxList, LinkedList) - Method in class com.pdftech.fot2pdf.formatter.Formatter
This method creates a list of contentboxes from DisplayBoxes.

E

endDocument() - Method in class com.pdftech.fot2pdf.xml.saxhandler
 
endElement(String, String, String) - Method in class com.pdftech.fot2pdf.xml.saxhandler
 

F

filterAnchorBoxes(DisplayBoxList) - Static method in class com.pdftech.fot2pdf.formatter.Formatter
Takes all anchor boxes from a given display box list; needed for nested objects etc.
Formatter - class com.pdftech.fot2pdf.formatter.Formatter.
The core formatting class.
Formatter(FlowObjectTree, String) - Constructor for class com.pdftech.fot2pdf.formatter.Formatter
 
Formatter(ThreadGroup, FlowObjectTree, String) - Constructor for class com.pdftech.fot2pdf.formatter.Formatter
 
FormatterParameters - class com.pdftech.fot2pdf.formatter.FormatterParameters.
This class holds the parameters used for formatting process.
FormatterParameters() - Constructor for class com.pdftech.fot2pdf.formatter.FormatterParameters
 

G

getBalancePagesFlag() - Static method in class com.pdftech.fot2pdf.formatter.FormatterParameters
Returns wheter pages should be balanced
getBaseDirectory() - Static method in class com.pdftech.fot2pdf.parameters
Returns the basedirectory-name
getBookletFlag() - Static method in class com.pdftech.fot2pdf.pdf.PDFparameters
Returns true if booklet mode is enabled
getDeflate() - Static method in class com.pdftech.fot2pdf.pdf.PDFparameters
Returns true if compression is on
getDeflateText() - Static method in class com.pdftech.fot2pdf.pdf.PDFparameters
Returns true if compression for text is on
getFontEmbeddingFlag() - Static method in class com.pdftech.fot2pdf.pdf.PDFparameters
Returns true if embedding of fonts is enabled
getLibraryVersion() - Static method in class com.pdftech.fot2pdf.pdf.PDFparameters
Returns library version
getLineBreakingWarnLevel() - Static method in class com.pdftech.fot2pdf.formatter.FormatterParameters
Returns the threshold for warning messages at the lin-breaking algorithm.
getLinkHighlightingFlag() - Static method in class com.pdftech.fot2pdf.formatter.FormatterParameters
Returns true if links are supposed to be blue instead of black
getProgramVersion() - Static method in class com.pdftech.fot2pdf.parameters
Returns program version
getRootNode() - Method in class com.pdftech.fot2pdf.xml.saxhandler
Returns the root element of the fot.
getSumCount() - Method in class com.pdftech.fot2pdf.xml.saxhandler
Returns the number of all nodes read.

I

ignorableWhitespace(char[], int, int) - Method in class com.pdftech.fot2pdf.xml.saxhandler
 

M

makeAlignedLineDrawString(DSSSL_InheritedCharacteristics, double, char, char) - Static method in class com.pdftech.fot2pdf.formatter.Formatter
Creates PDF markup to draw a line based on standard-DSSSL-parameters at position 0/0.
makeAlignedLineDrawStringXY(DSSSL_InheritedCharacteristics, double, double, double, char, char) - Static method in class com.pdftech.fot2pdf.formatter.Formatter
Creates PDF markup to draw a line based on standard-DSSSL-parameters.
makeBox(xmlnode, DSSSL_InheritedCharacteristics) - Method in class com.pdftech.fot2pdf.formatter.Formatter
Produces a boxed object.
makeConditionalSpaceAfter(DSSSL_DisplayNics) - Method in class com.pdftech.fot2pdf.formatter.Formatter
Adds space (=glue) if specified in DSSSL, parsing a DisplayNics object.
makeConditionalSpaceAfter(xmlnode) - Method in class com.pdftech.fot2pdf.formatter.Formatter
Adds space (=glue) if specified in DSSSL, parsing an xmlnode into a DisplayNics object.
makeConditionalSpaceBefore(DSSSL_DisplayNics) - Method in class com.pdftech.fot2pdf.formatter.Formatter
Adds space (=glue) if specified in DSSSL, parsing a DisplayNics object.
makeConditionalSpaceBefore(xmlnode) - Method in class com.pdftech.fot2pdf.formatter.Formatter
Adds space (=glue) if specified in DSSSL, parsing an xmlnode into a DisplayNics object.
makeDisplayedGraphic(xmlnode, DSSSL_InheritedCharacteristics) - Method in class com.pdftech.fot2pdf.formatter.Formatter
This routine takes an external graphic and creates a display stream from it.
makeDisplayedParagraph(xmlnode, DSSSL_InheritedCharacteristics) - Method in class com.pdftech.fot2pdf.formatter.Formatter
This routine adds a paragraph to a display stream, heeding spaces+keeps.
makeDisplayedRule(xmlnode, DSSSL_InheritedCharacteristics) - Method in class com.pdftech.fot2pdf.formatter.Formatter
This routine creates a displayed rule.
makeDisplayGroup(xmlnode, DSSSL_InheritedCharacteristics) - Method in class com.pdftech.fot2pdf.formatter.Formatter
Manages a DisplayGroup, first processing all children, then applying any keeps.
makeLineDrawString(DSSSL_InheritedCharacteristics, double, char) - Static method in class com.pdftech.fot2pdf.formatter.Formatter
Creates PDF markup to draw a line based on standard-DSSSL-parameters, centered.
makePageBreak() - Method in class com.pdftech.fot2pdf.formatter.Formatter
Adds a page-break display box
makeSimpleParagraph(xmlnode, DSSSL_InheritedCharacteristics, TextState) - Method in class com.pdftech.fot2pdf.formatter.Formatter
This method constructs an elementary paragraph.
makeTable(xmlnode, DSSSL_InheritedCharacteristics) - Method in class com.pdftech.fot2pdf.formatter.Formatter
Adds a Table to the DisplayStream, which in turn calls the LayoutTable routines.

P

paginate(DisplayBoxList, DSSSL_InheritedCharacteristics, PageHeadersAndFooters) - Method in class com.pdftech.fot2pdf.formatter.Formatter
The core pagination routine.
parameters - class com.pdftech.fot2pdf.parameters.
This class holds the generic parameters used for the process of PDF-generation.
parameters() - Constructor for class com.pdftech.fot2pdf.parameters
 
PDFparameters - class com.pdftech.fot2pdf.pdf.PDFparameters.
This class holds the parameters used for the process of PDF-generation.
PDFparameters() - Constructor for class com.pdftech.fot2pdf.pdf.PDFparameters
 
processingInstruction(String, String) - Method in class com.pdftech.fot2pdf.xml.saxhandler
 

R

resolveAnchorList() - Method in class com.pdftech.fot2pdf.formatter.Formatter
A routine for resolving all anchors to provide quick lookup.
run() - Method in class com.pdftech.fot2pdf.formatter.Formatter
This is the core routine of the Formatter.

S

saxhandler - class com.pdftech.fot2pdf.xml.saxhandler.
 
saxhandler() - Constructor for class com.pdftech.fot2pdf.xml.saxhandler
 
setBalancePagesFlag(boolean) - Static method in class com.pdftech.fot2pdf.formatter.FormatterParameters
Sets flag wheter pages shall be balanced.
setBaseDirectory(String) - Static method in class com.pdftech.fot2pdf.parameters
Sets basedirectory-prefix globally; all routines which load auxiliary data should prefix this to their filename
setBookletFlag(boolean) - Static method in class com.pdftech.fot2pdf.pdf.PDFparameters
Sets booklet mode flag on/off
setDeflate(boolean) - Static method in class com.pdftech.fot2pdf.pdf.PDFparameters
Sets compression for any object on/off
setDeflateText(boolean) - Static method in class com.pdftech.fot2pdf.pdf.PDFparameters
Sets compression for page-content (texts and graphics operators) on/off
setFontEmbeddingFlag(boolean) - Static method in class com.pdftech.fot2pdf.pdf.PDFparameters
Sets font embedding flag on/off
setLineBreakingWarnLevel(double) - Static method in class com.pdftech.fot2pdf.formatter.FormatterParameters
Sets the level above which a warning message shall be issued if the line-breaking algorithm did not find a proper solution
setLinkHighlightingFlag(boolean) - Static method in class com.pdftech.fot2pdf.formatter.FormatterParameters
Sets flag if annotated links shall be blue instead of black (for text only)
startDocument() - Method in class com.pdftech.fot2pdf.xml.saxhandler
 
startElement(String, String, String, Attributes) - Method in class com.pdftech.fot2pdf.xml.saxhandler
 

W

writepages() - Method in class com.pdftech.fot2pdf.formatter.Formatter
The core routine for writing pdf-pages.

C E F G I M P R S W
fot2pdf (w) C. Drescher