SourceForge.net Logo
aXSL API 0.1

org.axsl.areaW
Interface RegionRABody

All Superinterfaces:
Area, AreaNode, FOContext, OrderedTreeNode, javax.swing.tree.TreeNode

public interface RegionRABody
extends Area

The Area containing the region-body.


Method Summary
 BeforeFloatRA getWritableBeforeFloatRA()
          Returns the before-float reference-area.
 FootnoteRA getWritableFootnoteRA()
          Returns the footnote reference-area.
 MainRA getWritableMainRA()
          Returns the main reference-area.
 PageArea getWritablePage()
          Returns the parent PageArea.
 
Methods inherited from interface org.axsl.areaW.Area
crBPD, crIPD, incrementProgressionDimension, makeBlockContainerArea, makeListBlockArea, makeMarkerContentArea, makeNormalBlockArea, makeTableArea, progressionDimensionAvailable, setProgressionDimension, traitAbsolutePosition
 
Methods inherited from interface org.axsl.areaW.AreaNode
ancestorTableArea, ancestorWritableNormalBlockArea, crBPDNearestGeneratedByBlockLevelFO, crIPDNearestGeneratedByBlockLevelFO, getFontConsumer, getTextServer, getWritableParent, getWritableParentArea, nearestGeneratedByBlockLevelFO, removeChild, traitGeneratedBy
 
Methods inherited from interface org.axsl.common.OrderedTreeNode
getChildren, getFirstChild, getFirstLeaf, getLastChild, getLastLeaf, getNextLeaf, getNextSibling, getPreviousLeaf, getPreviousSibling, getSiblings, hasChildren, nextPreOrderNode, siblingIndex
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf
 
Methods inherited from interface org.axsl.foR.FOContext
getRetrieveMarker
 

Method Detail

getWritableMainRA

public MainRA getWritableMainRA()
Returns the main reference-area.

Returns:
The main reference-area for this body region.

getWritableBeforeFloatRA

public BeforeFloatRA getWritableBeforeFloatRA()
Returns the before-float reference-area.

Returns:
The before-float reference-area for this body region, or null if there is none.

getWritableFootnoteRA

public FootnoteRA getWritableFootnoteRA()
Returns the footnote reference-area.

Returns:
The footnote reference-area for this body region, or null if there is none.

getWritablePage

public PageArea getWritablePage()
Returns the parent PageArea.

Specified by:
getWritablePage in interface AreaNode
Returns:
The parent PageArea.

SourceForge.net Logo
aXSL API 0.1

This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.