fop 0.95 | |
Frames | No Frames |
Classes derived from org.apache.fop.layoutmgr.KnuthSequence | |
class | |
class | Represents a list of block level Knuth elements. |
class | Represents a list of inline Knuth elements. |
Fields of type org.apache.fop.layoutmgr.KnuthSequence | |
KnuthSequence | The paragraph of KnuthElements. |
Methods with parameter type org.apache.fop.layoutmgr.KnuthSequence | |
boolean | |
boolean | Append sequence to this sequence if it can be appended. |
boolean | Append sequence to this sequence if it can be appended. |
boolean | BlockKnuthSequence.appendSequence(KnuthSequence sequence, boolean keepTogether, BreakElement breakElement) |
boolean | InlineKnuthSequence.appendSequence(KnuthSequence sequence, boolean keepTogether, BreakElement breakElement) Append sequence to this sequence if it can be appended. |
boolean | KnuthSequence.appendSequence(KnuthSequence sequence, boolean keepTogether, BreakElement breakElement) Append sequence to this sequence if it can be appended. |
boolean | 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. |
boolean | |
boolean | Can sequence be appended to this sequence?
|
boolean | 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. |
void | BreakingAlgorithm.updateData2(BreakingAlgorithm.KnuthNode bestActiveNode, KnuthSequence sequence, int total) Empty method, hook for subclasses. |
Methods with return type org.apache.fop.layoutmgr.KnuthSequence | |
KnuthSequence | Finalizes a Knuth sequence. |
KnuthSequence | |
KnuthSequence | Finalizes a Knuth sequence. |
KnuthSequence | Finalizes a Knuth sequence. |
KnuthSequence | Finalizes a Knuth sequence. |
fop 0.95 |