|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AreaTree
An AreaTree is a document that has been laid out on pages.
To obtain an AreaTree instance, use
AreaTreeFactory.makeAreaTree(Root)
.
Method Summary | |
---|---|
void |
contentComplete()
Client applications (applications that are pushing content into the Area Tree) should run this method to notify the area tree that there is no more content to be added to the document. |
FontConsumer |
getFontConsumer()
Returns the FontConsumer instance used by this AreaTree. |
TextServer |
getTextServer()
Returns the TextServer instance used by this AreaTree. |
void |
registerListener(AreaTreeListener listener)
Registers a listener for notification of AreaTreeEvent firings. |
Root |
traitGeneratedBy()
Returns the FObj instance that generated this node. |
Methods inherited from interface org.axsl.area.AreaNode |
---|
ancestorArea, ancestorBlockContentFactory, ancestorNormalBlockArea, ancestorTableArea, getAreaName, getAreaTree, getPage, isFirstChildOfGeneratedBy, nearestArea, nearestGeneratedByBlockLevelFo, removeChild, siblingIndex |
Methods inherited from interface javax.swing.tree.TreeNode |
---|
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf |
Methods inherited from interface org.axsl.fo.FoContext |
---|
bpdAncestorBlockOrRa, getGraftingPoint, heightContainingBlock, ipdAncestorBlockArea, ipdAncestorBlockOrRa, ipdContainingRefArea, ipdParentArea, isFirst, isLast, tableWidth, widthContainingBlock |
Methods inherited from interface org.axsl.area.PageCollectionFactory |
---|
makePageCollection |
Method Detail |
---|
void contentComplete()
AreaTreeEvent
.
void registerListener(AreaTreeListener listener)
AreaTreeEvent
firings.
listener
- The listener object which should be notified about
AreaTreeEvent
firings.Root traitGeneratedBy()
traitGeneratedBy
in interface AreaNode
FontConsumer getFontConsumer()
TextServer getTextServer()
|
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.