Uses of Class
org.faceless.pdf2.viewer2.AnnotationComponentFactory

Packages that use AnnotationComponentFactory
org.faceless.pdf2.viewer2 The "viewer" package contains the classes required to create a Swing application to display PDFs. 
org.faceless.pdf2.viewer2.feature Contains a list of all the features that are available to the PDFViewer. 
 

Uses of AnnotationComponentFactory in org.faceless.pdf2.viewer2
 

Methods in org.faceless.pdf2.viewer2 with parameters of type AnnotationComponentFactory
 void DocumentPanel.addAnnotationComponentFactory(AnnotationComponentFactory annotationfactory)
          Add a AnnotationComponentFactory to this DocumentPanel.
 

Uses of AnnotationComponentFactory in org.faceless.pdf2.viewer2.feature
 

Subclasses of AnnotationComponentFactory in org.faceless.pdf2.viewer2.feature
 class AnnotationLinkFactory
          Create annotations that handle AnnotationLink objects.
 class AnnotationNoteFactory
          Create annotations that handle AnnotationNote objects The name of this feature is "AnnotationNote".
 class AnnotationStampFactory
          Create annotations that handle AnnotationStamp objects.
 class AnnotationTextFactory
          Create annotations that handle AnnotationText objects The name of this feature is "AnnotationText".
 class FormBlankSignatureWidgetFactory
          Create annotations to handle WidgetAnnotation objects belonging to unsigned FormSignature fields.
 class FormButtonWidgetFactory
          Create annotations to handle WidgetAnnotation objects belonging to a FormButton.
 class FormChoiceWidgetFactory
          Create annotations to handle WidgetAnnotation objects belonging to a FormChoice.
 class FormRadioButtonWidgetFactory
          Create annotations to handle WidgetAnnotation objects belonging to FormRadioButton and FormCheckbox objects.
 class FormSignedSignatureWidgetFactory
          Create annotations to handle WidgetAnnotation objects belonging to signed FormSignature fields.
 class FormTextWidgetFactory
          Create annotations to handle WidgetAnnotation objects belonging to a FormText.
 

Methods in org.faceless.pdf2.viewer2.feature with parameters of type AnnotationComponentFactory
 void AnnotationAdd.addAnnotationFactory(AnnotationComponentFactory factory)
          Add an AnnotationComponentFactory so that it can be used to create new annotatations.
 void AnnotationAdd.removeAnnotationFactory(AnnotationComponentFactory factory)
          Remove an AnnotationComponentFactory from the list of factories available to create a new annotation.
 void AnnotationAdd.setAnnotationFactories(AnnotationComponentFactory[] factories)
          Set the list of AnnotationComponentFactory objects that can be used to add annotations.
 



Copyright © 2001-2008 Big Faceless Organization