|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.afp.RectanglePaintingInfo
public class RectanglePaintingInfo
Filled rectangle painting information
Constructor Summary | |
---|---|
RectanglePaintingInfo(float x,
float y,
float width,
float height)
Main constructor |
Method Summary | |
---|---|
protected float |
getHeight()
Returns the height |
protected float |
getWidth()
Returns the width |
protected float |
getX()
Returns the x coordinate |
protected float |
getY()
Returns the y coordinate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RectanglePaintingInfo(float x, float y, float width, float height)
x
- the x coordinatey
- the y coordinatewidth
- the widthheight
- the heightMethod Detail |
---|
protected float getX()
protected float getY()
protected float getWidth()
protected float getHeight()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |