|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.layout.RegionArea
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 |
protected int xPosition
protected int yPosition
protected int width
protected int height
protected BackgroundProps background
Constructor Detail |
public RegionArea(int xPosition, int yPosition, int width, int height)
Method Detail |
public AreaContainer makeAreaContainer()
public BackgroundProps getBackground()
public void setBackground(BackgroundProps bg)
public int getHeight()
public int getWidth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |