org.apache.fop.layout
Class AreaContainer

java.lang.Object
  extended byorg.apache.fop.layout.Box
      extended byorg.apache.fop.layout.Area
          extended byorg.apache.fop.layout.AreaContainer
Direct Known Subclasses:
ColumnArea, SpanArea

public class AreaContainer
extends Area


Field Summary
 
Fields inherited from class org.apache.fop.layout.Area
allocationWidth, areaClass, background, bp, children, contentRectangleWidth, currentHeight, foCreator, fontState, generatedBy, isFirst, isLast, maxHeight, page, tableCellXOffset
 
Fields inherited from class org.apache.fop.layout.Box
areaTree, parent
 
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)
           
 
Method Summary
 String getAreaName()
           
 int getCurrentYPosition()
           
 int getPosition()
           
 int getXPosition()
           
 int getYPosition()
           
 void render(Renderer renderer)
           
 void setAreaName(String areaName)
           
 void setXPosition(int value)
           
 void setYPosition(int value)
           
 void shiftYPosition(int value)
           
 
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
 

Constructor Detail

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)
Method Detail

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 String getAreaName()

setAreaName

public void setAreaName(String areaName)


Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.