org.apache.fop.layout
Class ColumnArea

org.apache.fop.layout.Box
  |
  +--org.apache.fop.layout.Area
        |
        +--org.apache.fop.layout.AreaContainer
              |
              +--org.apache.fop.layout.ColumnArea

public class ColumnArea
extends AreaContainer


Fields inherited from class org.apache.fop.layout.Area
borderColorBottom, borderColorLeft, borderColorRight, borderColorTop, borderStyleBottom, borderStyleLeft, borderStyleRight, borderStyleTop, borderWidthBottom, borderWidthLeft, borderWidthRight, borderWidthTop

Constructor Summary
ColumnArea(FontState fontState, int xPosition, int yPosition, int allocationWidth, int maxHeight, int columnCount)
           

Method Summary
 voidend()
           
 intgetColumnIndex()
           
 voidincrementSpanIndex()
           
 voidrender(Renderer renderer)
           
 voidsetColumnIndex(int columnIndex)
           
 intspaceLeft()
           
 voidstart()
           

Methods inherited from class org.apache.fop.layout.AreaContainer
getCurrentYPosition, getPosition, getXPosition, getYPosition, setXPosition, setYPosition

Methods inherited from class org.apache.fop.layout.Area
addChild, addChildAtStart, addDisplaySpace, 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

Constructor Detail

ColumnArea

public ColumnArea(FontState fontState, int xPosition, int yPosition, int allocationWidth, int maxHeight, int columnCount)
Method Detail

end

public void end()

getColumnIndex

public int getColumnIndex()

incrementSpanIndex

public void incrementSpanIndex()

render

public void render(Renderer renderer)

setColumnIndex

public void setColumnIndex(int columnIndex)

spaceLeft

public int spaceLeft()

start

public void start()