SourceForge.net Logo
aXSL API 0.1

org.axsl.areaW
Interface SpanRA

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

public interface SpanRA
extends Area

Represents a span-reference-area. The standard does not seem to tell us what if any FO generates a span-reference-area. The best guess is that it is generated by the region-body fo.


Method Summary
 int getCurrentColumn()
          Gets the current column.
 NormalFlowRA normalFlowForNextFO(FObj fo)
          Returns a NormalFlowRA to contain fo.
 void setCurrentColumn(int columnNumber)
          Sets the current column.
 
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

getCurrentColumn

public int getCurrentColumn()
Gets the current column.

Returns:
The current column.

setCurrentColumn

public void setCurrentColumn(int columnNumber)
Sets the current column.

Parameters:
columnNumber - The new current column.

normalFlowForNextFO

public NormalFlowRA normalFlowForNextFO(FObj fo)
Returns a NormalFlowRA to contain fo.

Parameters:
fo - The FObj instance whose to be contained.
Returns:
SpanRA The NormalFlowRA instance into which fo should be placed.

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.