org.apache.fop.layout
Class SpanArea

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

public class SpanArea
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
SpanArea(FontState fontState, int xPosition, int yPosition, int allocationWidth, int maxHeight, int columnCount, int columnGap)
           

Method Summary
 voidend()
           
 intgetColumnCount()
           
 intgetCurrentColumn()
           
 AreaContainergetCurrentColumnArea()
           
 intgetMaxContentHeight()
           
 intgetTotalContentHeight()
           
 booleanisBalanced()
           
 booleanisLastColumn()
           
 voidrender(Renderer renderer)
           
 voidsetCurrentColumn(int currentColumn)
           
 voidsetIsBalanced()
           
 voidsetPage(Page page)
           
 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, setTableCellXOffset

Constructor Detail

SpanArea

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

end

public void end()

getColumnCount

public int getColumnCount()

getCurrentColumn

public int getCurrentColumn()

getCurrentColumnArea

public AreaContainer getCurrentColumnArea()

getMaxContentHeight

public int getMaxContentHeight()

getTotalContentHeight

public int getTotalContentHeight()

isBalanced

public boolean isBalanced()

isLastColumn

public boolean isLastColumn()

render

public void render(Renderer renderer)

setCurrentColumn

public void setCurrentColumn(int currentColumn)

setIsBalanced

public void setIsBalanced()

setPage

public void setPage(Page page)

spaceLeft

public int spaceLeft()

start

public void start()