org.apache.fop.layoutmgr
Class PageBreakingAlgorithm.KnuthPageNode
- org.apache.fop.layoutmgr.PageBreakingAlgorithm
protected class PageBreakingAlgorithm.KnuthPageNode
This class represents a feasible breaking point
with extra information about footnotes.
adjustRatio , availableShrink , availableStretch , difference , fitRecoveryCounter , fitness , line , next , position , previous , totalDemerits , totalShrink , totalStretch , totalWidth |
KnuthPageNode(int position, int line, int fitness, int totalWidth, int totalStretch, int totalShrink, int totalFootnotes, int footnoteListIndex, int footnoteElementIndex, double adjustRatio, int availableShrink, int availableStretch, int difference, double totalDemerits, BreakingAlgorithm.KnuthNode previous)
|
footnoteElementIndex
public int footnoteElementIndex
Index of the last inserted element of the last inserted footnote.
footnoteListIndex
public int footnoteListIndex
Index of the last inserted footnote.
totalFootnotes
public int totalFootnotes
Additional length due to footnotes.
KnuthPageNode
public KnuthPageNode(int position,
int line,
int fitness,
int totalWidth,
int totalStretch,
int totalShrink,
int totalFootnotes,
int footnoteListIndex,
int footnoteElementIndex,
double adjustRatio,
int availableShrink,
int availableStretch,
int difference,
double totalDemerits,
BreakingAlgorithm.KnuthNode previous)
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.