|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.DKAnnotation
This class is a wrapper of DL ANNOTATIONSTRUCT. The data structure provides information about an annotation affiliated with an object. This class will be removed, please use DKAnnotationDL.
Constructor Summary | |
DKAnnotation()
Deprecated. This class will be removed, please use DKAnnotationDL |
|
DKAnnotation(DKAnnotation aDKAnnotation)
Deprecated. This class will be removed, please use DKAnnotationDL |
Method Summary | |
boolean |
equals(DKAnnotation aDKAnnotation)
Compares this object with the parameter object. |
int |
getPageNumber()
Gets the page number that this annotation object refers to. |
int |
getPart()
Gets the part Id of the associated object |
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 |
setPart(int aPartId)
Sets the part Id of the associated object, only positive values are valid. |
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 class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKAnnotation()
public DKAnnotation(DKAnnotation aDKAnnotation)
Method Detail |
public void setPart(int aPartId)
aPartId
- a part Idpublic int getPart()
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()
public boolean equals(DKAnnotation aDKAnnotation)
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |