|
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.AFPObjectAreaInfo
public class AFPObjectAreaInfo
A common class used to convey locations, dimensions and resolutions of data objects.
Constructor Summary | |
---|---|
AFPObjectAreaInfo()
|
Method Summary | |
---|---|
int |
getHeight()
Returns the height of this data object |
int |
getHeightRes()
Returns the height resolution of this data object |
int |
getRotation()
Returns the rotation of this data object |
int |
getWidth()
Returns the width of this data object |
int |
getWidthRes()
Returns the width resolution of this data object |
int |
getX()
Returns the x coordinate of this data object |
int |
getY()
Returns the y coordinate of this data object |
void |
setHeight(int height)
Sets the data object height |
void |
setHeightRes(int heightRes)
Sets the height resolution |
void |
setRotation(int rotation)
Sets the data object rotation |
void |
setWidth(int width)
Sets the data object width |
void |
setWidthRes(int widthRes)
Sets the width resolution |
void |
setX(int x)
Sets the x position of the data object |
void |
setY(int y)
Sets the y position of the data object |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AFPObjectAreaInfo()
Method Detail |
---|
public void setX(int x)
x
- the x position of the data objectpublic void setY(int y)
y
- the y position of the data objectpublic void setWidth(int width)
width
- the width of the data objectpublic void setHeight(int height)
height
- the height of the data objectpublic void setWidthRes(int widthRes)
widthRes
- the width resolutionpublic void setHeightRes(int heightRes)
heightRes
- the height resolutionpublic int getX()
public int getY()
public int getWidth()
public int getHeight()
public int getWidthRes()
public int getHeightRes()
public int getRotation()
public void setRotation(int rotation)
rotation
- the data object rotationpublic java.lang.String toString()
toString
in class java.lang.Object
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |