|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface is implemented by components that display annotations.
| Method Summary | |
Annotation |
getAnnotation()
Returns the annotation that this component displays. |
IPDFPage |
getPage()
Returns the page object in which this annotation is located. |
int |
getPageIndex()
Returns the index of the page that this annotation is located under. |
boolean |
isSelected()
Returns a flag indicating whether this annotation component is selected. |
void |
setSelected(boolean selected)
Sets this annotation component's selection status. |
void |
showPopup(int x,
int y)
Shows the popup window for the annotation that contains the text contents. |
| Method Detail |
public Annotation getAnnotation()
public IPDFPage getPage()
public int getPageIndex()
public boolean isSelected()
public void setSelected(boolean selected)
selected -
public void showPopup(int x,
int y)
x - The x location, relative to the annotation component, at which to display the popup.y - The y location, relative to the annotation component, at which to display teh popup.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||