SourceForge.net Logo
aXSL API 0.1

org.axsl.areaW
Interface TableRowContainer

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

public interface TableRowContainer
extends Area

A container Area for a table-row.


Method Summary
 TableCellArea makeTableCellArea(TableCell node, RetrieveMarker retrieveMarker)
          Creates a new child table-cell area.
 
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, getWritablePage, 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

makeTableCellArea

public TableCellArea makeTableCellArea(TableCell node,
                                       RetrieveMarker retrieveMarker)
Creates a new child table-cell area.

Parameters:
node - The parent TableCell FO.
retrieveMarker - The RetrieveMarker, if any, under which the new Area should be created.
Returns:
The new TableCellArea instance.

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.