org.apache.fop.layout
Class RegionArea
java.lang.Object
|
+--org.apache.fop.layout.RegionArea
- Direct Known Subclasses:
- BodyRegionArea
- public class RegionArea
- extends java.lang.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
backgroundColor
protected ColorType backgroundColor
RegionArea
public RegionArea(int xPosition,
int yPosition,
int width,
int height)
makeAreaContainer
public AreaContainer makeAreaContainer()
getBackgroundColor
public ColorType getBackgroundColor()
setBackgroundColor
public void setBackgroundColor(ColorType bgColor)
getHeight
public int getHeight()
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.