|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KnuthSequence | |
---|---|
org.apache.fop.layoutmgr | FOP's layout engine. |
Uses of KnuthSequence in org.apache.fop.layoutmgr |
---|
Subclasses of KnuthSequence in org.apache.fop.layoutmgr | |
---|---|
class |
AbstractBreaker.BlockSequence
Helper class, extending the functionality of the basic BlockKnuthSequence . |
class |
BlockKnuthSequence
Represents a list of block level Knuth elements. |
class |
InlineKnuthSequence
Represents a list of inline Knuth elements. |
Fields in org.apache.fop.layoutmgr declared as KnuthSequence | |
---|---|
protected KnuthSequence |
BreakingAlgorithm.par
The paragraph of KnuthElements. |
Methods in org.apache.fop.layoutmgr that return KnuthSequence | |
---|---|
KnuthSequence |
AbstractBreaker.BlockSequence.endSequence()
Finalizes a Knuth sequence. |
abstract KnuthSequence |
KnuthSequence.endSequence()
Finalizes a Knuth sequence. |
KnuthSequence |
InlineKnuthSequence.endSequence()
Finalizes a Knuth sequence. |
KnuthSequence |
BlockKnuthSequence.endSequence()
Finalizes a Knuth sequence. |
KnuthSequence |
AbstractBreaker.BlockSequence.endSequence(Position breakPosition)
Finalizes a Knuth sequence. |
Methods in org.apache.fop.layoutmgr with parameters of type KnuthSequence | |
---|---|
abstract boolean |
KnuthSequence.appendSequence(KnuthSequence sequence)
Append sequence to this sequence if it can be appended. |
boolean |
InlineKnuthSequence.appendSequence(KnuthSequence sequence)
Append sequence to this sequence if it can be appended. |
boolean |
BlockKnuthSequence.appendSequence(KnuthSequence sequence)
Append sequence to this sequence if it can be appended. |
abstract boolean |
KnuthSequence.appendSequence(KnuthSequence sequence,
boolean keepTogether,
BreakElement breakElement)
Append sequence to this sequence if it can be appended. |
boolean |
InlineKnuthSequence.appendSequence(KnuthSequence sequence,
boolean keepTogether,
BreakElement breakElement)
Append sequence to this sequence if it can be appended. |
boolean |
BlockKnuthSequence.appendSequence(KnuthSequence sequence,
boolean keepTogether,
BreakElement breakElement)
Append sequence to this sequence if it can be appended. |
boolean |
KnuthSequence.appendSequenceOrClose(KnuthSequence sequence)
Append sequence to this sequence if it can be appended. |
boolean |
KnuthSequence.appendSequenceOrClose(KnuthSequence sequence,
boolean keepTogether,
BreakElement breakElement)
Append sequence to this sequence if it can be appended. |
protected void |
BreakingAlgorithm.calculateBreakPoints(BreakingAlgorithm.KnuthNode node,
KnuthSequence par,
int total)
Determines the set of optimal breakpoints corresponding to the given active node. |
abstract boolean |
KnuthSequence.canAppendSequence(KnuthSequence sequence)
Can sequence be appended to this sequence? |
boolean |
InlineKnuthSequence.canAppendSequence(KnuthSequence sequence)
Can sequence be appended to this sequence? |
boolean |
BlockKnuthSequence.canAppendSequence(KnuthSequence sequence)
Can sequence be appended to this sequence? |
int |
BreakingAlgorithm.findBreakingPoints(KnuthSequence par,
double threshold,
boolean force,
int allowedBreaks)
|
int |
BreakingAlgorithm.findBreakingPoints(KnuthSequence par,
int startIndex,
double threshold,
boolean force,
int allowedBreaks)
Finds an optimal set of breakpoints for the given paragraph. |
abstract void |
BreakingAlgorithm.updateData2(BreakingAlgorithm.KnuthNode bestActiveNode,
KnuthSequence sequence,
int total)
Empty method, hook for subclasses. |
|
fop 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |