org.apache.fop.layout
Class BodyRegionArea
java.lang.Object
org.apache.fop.layout.RegionArea
org.apache.fop.layout.BodyRegionArea
- public class BodyRegionArea
- extends RegionArea
Represents region-body viewport/reference areas.
The areas generated by fo:region-body are sufficiently dissimilar to
the other 4 regions that we employ a different class.
Constructor Summary |
BodyRegionArea(int xPosition,
int yPosition,
int width,
int height)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BodyRegionArea
public BodyRegionArea(int xPosition,
int yPosition,
int width,
int height)
makeBodyAreaContainer
public BodyAreaContainer makeBodyAreaContainer()
setColumnCount
public void setColumnCount(int columnCount)
getColumnCount
public int getColumnCount()
setColumnGap
public void setColumnGap(int columnGap)
getColumnGap
public int getColumnGap()
Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.