Package | Description |
---|---|
org.axsl.area |
Interfaces useful in the creation of an AreaTree that is backed by an FOTree.
|
org.axsl.layout |
Interfaces useful in laying out an FO Tree into an Area Tree.
|
Modifier and Type | Method and Description |
---|---|
NormalFlowRefArea |
MainRefArea.getNormalFlow(Fo fo)
Depending on the column-count of the next FO, determine whether
a new span area needs to be constructed or not, and return the
appropriate
NormalFlowRefArea . |
void |
PageArea.layoutComplete()
Allows a layout system to notify the page that it is done adding content
to it.
|
void |
PageCollection.layoutComplete()
Allows a layout system to notify the page that it is done adding content
to it.
|
AncestralNormalInlineArea |
LineContentFactory.makeLeaderArea(Leader leader,
int ipd,
GraftingPoint graftingPoint)
Creates a new Area for leader content.
|
LineArea |
NormalBlockArea.makeLineArea(boolean allowOverflow)
Creates a LineArea that logically follows the last child of this.
|
PageArea |
PageCollection.makePage(PageCollection.Force forceValue)
Creates a new page area for the given parameters.
|
PageCollection |
PageCollectionFactory.makePageCollection(PageSequence pageSequence)
Factory method to create a child PageCollection instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Layout.formatPageSequence(PageCollection pageCollection)
Lays out content by creating the needed content in the given
PageCollection to satisfy the PageCollection's cousin PageSequence in the
FOTree.
|
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.