Interface | Description |
---|---|
LbBox |
A "box" in the Knuth-Plass linebreaking model.
|
LbContent |
Super-interface for all items that are part of the content of a paragraph to be considered for line-breaking.
|
LbGlue |
A "glue" item in the Knuth-Plass linebreaking model, conceptually a "spring", and sometimes referred to as a "skip".
|
LbPenalty |
A "penalty" in the Knuth-Plass linebreaking model, this is actually a potential linebreak.
|
LineBreaker |
Implementations of this class know how to break a paragraph into lines.
|
LineBreakerFactory |
Implementations know how to create usable
LineBreaker instances for a given line-breaking strategy. |
LineContentIterator |
Implementations convert generic line content into LbContent items.
|
Interfaces for breaking a block of text into lines.
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.