org.apache.fop.layout
Class RegionArea
java.lang.Object
org.apache.fop.layout.RegionArea
- Direct Known Subclasses:
- BodyRegionArea
public class RegionArea
- extends Object
Constructor Summary |
RegionArea(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 |
xPosition
protected int xPosition
yPosition
protected int yPosition
width
protected int width
height
protected int height
background
protected BackgroundProps background
RegionArea
public RegionArea(int xPosition,
int yPosition,
int width,
int height)
makeAreaContainer
public AreaContainer makeAreaContainer()
getBackground
public BackgroundProps getBackground()
setBackground
public void setBackground(BackgroundProps bg)
getHeight
public int getHeight()
getWidth
public int getWidth()
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.