Package org.apache.fop.afp
Class RectanglePaintingInfo
- java.lang.Object
-
- org.apache.fop.afp.RectanglePaintingInfo
-
- All Implemented Interfaces:
PaintingInfo
public class RectanglePaintingInfo extends java.lang.Object implements PaintingInfo
Filled rectangle painting information
-
-
Constructor Summary
Constructors Constructor Description RectanglePaintingInfo(float x, float y, float width, float height)
Main constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected float
getHeight()
Returns the heightprotected float
getWidth()
Returns the widthprotected float
getX()
Returns the x coordinateprotected float
getY()
Returns the y coordinate
-
-
-
Method Detail
-
getX
protected float getX()
Returns the x coordinate- Returns:
- the x coordinate
-
getY
protected float getY()
Returns the y coordinate- Returns:
- the y coordinate
-
getWidth
protected float getWidth()
Returns the width- Returns:
- the width
-
getHeight
protected float getHeight()
Returns the height- Returns:
- the height
-
-