org.apache.fop.layout
Class BodyRegionArea

org.apache.fop.layout.RegionArea
  |
  +--org.apache.fop.layout.BodyRegionArea

public class BodyRegionArea
extends RegionArea


Constructor Summary
BodyRegionArea(int xPosition, int yPosition, int width, int height)
           

Method Summary
 intgetColumnCount()
           
 intgetColumnGap()
           
 BodyAreaContainermakeBodyAreaContainer()
           
 voidsetColumnCount(int columnCount)
           
 voidsetColumnGap(int columnGap)
           

Methods inherited from class org.apache.fop.layout.RegionArea
getBackgroundColor, makeAreaContainer, setBackgroundColor

Constructor Detail

BodyRegionArea

public BodyRegionArea(int xPosition, int yPosition, int width, int height)
Method Detail

getColumnCount

public int getColumnCount()

getColumnGap

public int getColumnGap()

makeBodyAreaContainer

public BodyAreaContainer makeBodyAreaContainer()

setColumnCount

public void setColumnCount(int columnCount)

setColumnGap

public void setColumnGap(int columnGap)