org.apache.fop.layout
Class AreaContainer

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
borderColorBottom, borderColorLeft, borderColorRight, borderColorTop, borderStyleBottom, borderStyleLeft, borderStyleRight, borderStyleTop, borderWidthBottom, borderWidthLeft, borderWidthRight, borderWidthTop

Constructor Summary
AreaContainer(FontState fontState, int xPosition, int yPosition, int allocationWidth, int maxHeight, int position)
           

Method Summary
 intgetCurrentYPosition()
           
 intgetPosition()
           
 intgetXPosition()
           
 intgetYPosition()
           
 voidrender(Renderer renderer)
           
 voidsetXPosition(int value)
           
 voidsetYPosition(int value)
           

Methods inherited from class org.apache.fop.layout.Area
addChild, addChildAtStart, addDisplaySpace, end, getAbsoluteHeight, getAllocationWidth, getBackgroundColor, getChildren, getContentHeight, getContentWidth, getFontInfo, getFontState, getHeight, getIDReferences, getMaxHeight, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getPage, getParent, getTableCellXOffset, increaseAbsoluteHeight, increaseHeight, remove, removeChild, removeChild, setAbsoluteHeight, setBackgroundColor, setBorderColor, setBorderStyle, setBorderWidth, setHeight, setIDReferences, setMaxHeight, setPadding, setPage, setTableCellXOffset, spaceLeft, start

Constructor Detail

AreaContainer

public AreaContainer(FontState fontState, int xPosition, int yPosition, int allocationWidth, int maxHeight, int position)
Method Detail

getCurrentYPosition

public int getCurrentYPosition()

getPosition

public int getPosition()

getXPosition

public int getXPosition()

getYPosition

public int getYPosition()

render

public void render(Renderer renderer)

setXPosition

public void setXPosition(int value)

setYPosition

public void setYPosition(int value)