public interface EagerLineBreaker extends LineBreaker
Modifier and Type | Method and Description |
---|---|
int |
processLineContent(LineContent contentItem,
int start,
int end,
LineOutput output)
Push up to one line's worth of content through the line-breaking logic.
|
int processLineContent(LineContent contentItem, int start, int end, LineOutput output) throws TextException
contentItem
- The LineContent implementation that should be laid
out.start
- The index to the first character in contentItem
that should be considered part of the content.end
- The index to the last character in contentItem
that should be considered part of the content.output
- The LineOutput item onto which the system should attempt
to lay out contentItem.TextException
- For errors in line-breaking.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.