Uses of Interface
com.qoppa.pdf.annotations.AnnotationComponent

Packages that use AnnotationComponent
com.qoppa.pdf.annotations Classes representing PDF annotations. 
 

Uses of AnnotationComponent in com.qoppa.pdf.annotations
 

Subinterfaces of AnnotationComponent in com.qoppa.pdf.annotations
 interface WidgetSignatureComponent
          Interface to the component for a Widget signature.
 

Methods in com.qoppa.pdf.annotations with parameters of type AnnotationComponent
 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.