org.apache.fop.layout
Class AreaContainer
java.lang.Object
org.apache.fop.layout.Box
org.apache.fop.layout.Area
org.apache.fop.layout.AreaContainer
- Direct Known Subclasses:
- ColumnArea, SpanArea
- public class AreaContainer
- extends Area
Fields inherited from class org.apache.fop.layout.Area |
allocationWidth, areaClass, background, bp, children, contentRectangleWidth, currentHeight, foCreator, fontState, generatedBy, isFirst, isLast, maxHeight, page, tableCellXOffset |
Constructor Summary |
AreaContainer(FontState fontState,
int xPosition,
int yPosition,
int allocationWidth,
int maxHeight,
int position)
|
AreaContainer(FontState fontState,
int xPosition,
int yPosition,
int allocationWidth,
int maxHeight,
int position,
boolean isRegionArea)
|
Methods inherited from class org.apache.fop.layout.Area |
addChild, addChildAtStart, addDisplaySpace, addInlineSpace, end, getAbsoluteHeight, getAllocationWidth, getBackground, getBorderAndPadding, getBorderBottomWidth, getBorderLeftWidth, getBorderRightWidth, getBorderTopWidth, getChildren, getContentHeight, getContentWidth, getfoCreator, getFontInfo, getFontState, getGeneratedBy, getHeight, getIDReferences, getMaxHeight, getNearestAncestorAreaContainer, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getPage, getParent, getTableCellXOffset, hasChildren, hasNonSpaceChildren, increaseHeight, isFirst, isFirst, isLast, isLast, remove, removeChild, removeChild, setAbsoluteHeight, setAllocationWidth, setBackground, setBorderAndPadding, setGeneratedBy, setHeight, setIDReferences, setMaxHeight, setPage, setParent, setTableCellXOffset, spaceLeft, start |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AreaContainer
public AreaContainer(FontState fontState,
int xPosition,
int yPosition,
int allocationWidth,
int maxHeight,
int position)
AreaContainer
public AreaContainer(FontState fontState,
int xPosition,
int yPosition,
int allocationWidth,
int maxHeight,
int position,
boolean isRegionArea)
render
public void render(Renderer renderer)
- Specified by:
render
in class Box
getPosition
public int getPosition()
getXPosition
public int getXPosition()
setXPosition
public void setXPosition(int value)
getYPosition
public int getYPosition()
getCurrentYPosition
public int getCurrentYPosition()
setYPosition
public void setYPosition(int value)
shiftYPosition
public void shiftYPosition(int value)
getAreaName
public java.lang.String getAreaName()
setAreaName
public void setAreaName(java.lang.String areaName)
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.