SourceForge.net Logo
aXSL API 0.2

org.axsl.area
Interface ListBlockArea

All Superinterfaces:
Area, AreaNode, FoContext, javax.swing.tree.TreeNode

public interface ListBlockArea
extends Area

Area for a list-block.


Method Summary
 ListItemArea makeListItemArea(ListItem listItem, GraftingPoint graftingPoint)
          Factory method for creation of ListItemArea instances.
 
Methods inherited from interface org.axsl.area.Area
crBpd, crIpd, pdAvailable
 
Methods inherited from interface org.axsl.area.AreaNode
ancestorArea, ancestorBlockContentFactory, ancestorNormalBlockArea, ancestorTableArea, getAreaName, getAreaTree, getPage, isFirstChildOfGeneratedBy, nearestArea, nearestGeneratedByBlockLevelFo, removeChild, siblingIndex, traitGeneratedBy
 
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
 

Method Detail

makeListItemArea

ListItemArea makeListItemArea(ListItem listItem,
                              GraftingPoint graftingPoint)
Factory method for creation of ListItemArea instances.

Parameters:
listItem - The FOTree ListItem that is generating the new ListItemArea.
graftingPoint - The grafting point, if any, which controls this Area.
Returns:
A new child ListItemArea instance.

SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.