|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface class for all annotation objects.
Method Summary | |
int |
getPageNumber()
Gets the page number that this annotation object refers to. |
short |
getX()
Gets the X coordinate on the page that this annotation object refers to. |
short |
getY()
Gets the Y coordinate on the page that this annotation object refers to. |
void |
setPageNumber(int aPageNumber)
Sets the page number that this annotation object refers to. |
void |
setX(short aXcoordinate)
Sets the X coordinate on the page that this annotation object refers to. |
void |
setY(short aYcoordinate)
Sets the Y coordinate on the page that this annotation object refers to. |
Methods inherited from interface com.ibm.mm.sdk.common.dkExtension |
getName, setName |
Method Detail |
public void setPageNumber(int aPageNumber)
aPageNumber
- a page numberpublic int getPageNumber()
public void setX(short aXcoordinate)
aXcoordinate
- X coordinatepublic short getX()
public void setY(short aYcoordinate)
aYcoordinate
- Y coordinatepublic short getY()
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |