SourceForge.net Logo
aXSL API 0.1

org.axsl.areaW
Interface GenericContainer

All Superinterfaces:
Area, AreaNode, ContainerRA, FOContext, OrderedTreeNode, javax.swing.tree.TreeNode
All Known Subinterfaces:
AbstractTableContainer, TableBodyContainer, TableFooterContainer, TableHeaderContainer

public interface GenericContainer
extends ContainerRA

An Area that is a generic container of other areas.


Method Summary
 int getXPosition()
          Returns the absolute x (horizontal) position of the container's origin on the page.
 int getYPosition()
          Returns the absolute y (vertical) position of the container's origin on the page.
 void setXPosition(int xPosition)
          Sets the absolute x (horizontal) position of the container's origin on the page.
 void setYPosition(int yPosition)
          Sets the absolute y (vertical) position of the container's origin on the page.
 
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

setXPosition

public void setXPosition(int xPosition)
Sets the absolute x (horizontal) position of the container's origin on the page.

Parameters:
xPosition - The new x value.

getXPosition

public int getXPosition()
Returns the absolute x (horizontal) position of the container's origin on the page.

Returns:
The x value.

setYPosition

public void setYPosition(int yPosition)
Sets the absolute y (vertical) position of the container's origin on the page.

Parameters:
yPosition - The new y value.

getYPosition

public int getYPosition()
Returns the absolute y (vertical) position of the container's origin on the page.

Returns:
The y value.

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.