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


Field Summary
protected  BackgroundProps background
           
protected  int height
           
protected  int width
           
protected  int xPosition
           
protected  int yPosition
           
 
Constructor Summary
RegionArea(int xPosition, int yPosition, int width, int height)
           
 
Method Summary
 BackgroundProps getBackground()
           
 int getHeight()
           
 int getWidth()
           
 AreaContainer makeAreaContainer()
           
 void setBackground(BackgroundProps bg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xPosition

protected int xPosition

yPosition

protected int yPosition

width

protected int width

height

protected int height

background

protected BackgroundProps background
Constructor Detail

RegionArea

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

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.