public interface LineOutput
| Modifier and Type | Method and Description |
|---|---|
int |
capacityRemaining()
The portion of the line still available to be filled with content.
|
int |
capacityTotal()
Provides size of the portion of the line on which content can actually
be placed.
|
int |
capacityUsed()
The portion of the line that is already filled with content.
|
boolean |
hasAnyContent()
Tells the line-breaking system whether this line already has any content
on it.
|
int capacityTotal()
int capacityUsed()
int capacityRemaining()
capacityTotal() minus
capacityUsed().boolean hasAnyContent()
capacityUsed() == 0 instead of
using this method, but this method allows for the possibility of
zero-width items on the line.This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.