Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Interface dkAnnotationExt

All Superinterfaces:
dkExtension
All Known Implementing Classes:
DKAnnotationOD, DKAnnotationDL, DKAnnotationV4

public interface dkAnnotationExt
extends dkExtension

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

setPageNumber

public void setPageNumber(int aPageNumber)
Sets the page number that this annotation object refers to.
Parameters:
aPageNumber - a page number

getPageNumber

public int getPageNumber()
Gets the page number that this annotation object refers to.
Returns:
the page number

setX

public void setX(short aXcoordinate)
Sets the X coordinate on the page that this annotation object refers to.
Parameters:
aXcoordinate - X coordinate

getX

public short getX()
Gets the X coordinate on the page that this annotation object refers to.
Returns:
the X coordinate

setY

public void setY(short aYcoordinate)
Sets the Y coordinate on the page that this annotation object refers to.
Parameters:
aYcoordinate - Y coordinate

getY

public short getY()
Gets the Y coordinate on the page that this annotation object refers to.
Returns:
the Y coordinate

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.