| Package | Description | 
|---|---|
| com.qoppa.pdf.annotations | 
 Classes representing PDF annotations. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
WidgetSignatureComponent
Interface to the component for a Widget signature. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AnnotationComponent | 
Annotation.getAnnotationComponent()
Returns the component associated with this annotation on the screen. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Vector<AnnotationComponent> | 
IAnnotationManager.getSelectedComponents()
Returns a list of annotation components that are selected. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IAnnotationManager.addComponentToSelection(AnnotationComponent ac)
Adds an annotation component to the list of selected annotations. 
 | 
void | 
IAnnotSelectionListener.componentSelected(AnnotationComponent comp)
This notification is sent when an AnnotationComponent is selected 
 | 
void | 
IAnnotationManager.deselectAnnotationComponent(AnnotationComponent ac)
Deselects an annotation. 
 | 
boolean | 
IAnnotationManager.isSelected(AnnotationComponent ac)
Returns a flag that indicates whether the selection component is
 selected. 
 | 
void | 
IAnnotationManager.selectAnnotationComponent(AnnotationComponent ac)
Selects an annotation. 
 | 
void | 
IAnnotationManager.selectAnnotationComponents(AnnotationComponent[] acs)
Selects a list of annotations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IAnnotSelectionListener.componentsDeselected(Vector<AnnotationComponent> annotComps)
This notification is sent when one or more AnnotationComponents are
 deselected (or deleted) 
 |