Package | Description |
---|---|
org.axsl.linebreak |
Interfaces for breaking a block of text into lines.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LbBox
A "box" in the Knuth-Plass linebreaking model.
|
interface |
LbGlue
A "glue" item in the Knuth-Plass linebreaking model, conceptually a "spring", and sometimes referred to as a "skip".
|
interface |
LbPenalty
A "penalty" in the Knuth-Plass linebreaking model, this is actually a potential linebreak.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Integer> |
LineBreaker.breakIntoLines(java.util.Iterator<LbContent> paragraph)
Breaks a paragraph, represented as an iterator over the paragraph content, 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.