public class AFPObjectAreaInfo
extends java.lang.Object
Constructor and Description |
---|
AFPObjectAreaInfo() |
Modifier and Type | Method and Description |
---|---|
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() |
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
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.