|
aXSL API 0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LineOutput
Interface for objects that represent a line of actual output.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
aXSL API 0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.