Uses of Package
com.qoppa.pdf.annotations

Packages that use com.qoppa.pdf.annotations
com.qoppa.pdf.annotations Classes representing PDF annotations. 
com.qoppa.pdf.dom Classes representing the PDF document object model. 
com.qoppa.pdfEditor PDFEditorBean, toolbar and related classes. 
com.qoppa.pdfNotes PDFNotesBean, toolbar and related classes. 
com.qoppa.pdfNotes.settings Classes used to configure a number of settings for jPDFNotes. 
com.qoppa.pdfProcess jPDFProcess main classes, used to manipulate PDF documents and pages. 
com.qoppa.pdfViewer PDFViewerBean and related classes. 
 

Classes in com.qoppa.pdf.annotations used by com.qoppa.pdf.annotations
Annotation
          Interface used to represent a PDF annotation.
AnnotationComponent
          This interface is implemented by components that display annotations.
Callout
          Interface representing a Callout annotation in a PDF document.
Circle
          Interface representing a Circle annotation in a PDF document.
FileAttachment
          Interface representing a File Attachment annotation in a PDF document.
FreeText
          Interface representing a FreeText annotation in a PDF document.
GestureList
          This class represents a list of gestures in an Ink (Pencil) annotation.
IAnnotSelectionListener
          The interface for AnnotationComponent selection events.
Ink
          Interface representing an Ink annotation in a PDF document.
Line
          Interface representing a Line annotation in a PDF document.
Link
          Interface representing a Link annotation in a PDF document.
MarkUpText
          Deprecated. Use TextMarkup instead. We renamed this class for clarity, the new class extends this one to ensure compatibility, but this class will be removed later.
Polygon
          Class representing a Polygon annotation in a PDF document.
Polyline
          Class representing a Polyline annotation in a PDF document.
Popup
          Interface representing a Popup annotation in a PDF document.
Redaction
          Interface representing a Redaction annotation in a PDF document.
RubberStamp
          Interface representing a Rubber Stamp annotation in a PDF document.
ShapeAnnotation
          Abstract class to be extended by annotations that contain textual content.
Sound
          Interface representing a Sound annotation in a PDF document.
Square
          Interface representing a Square annotation in a PDF document.
Text
          Interface representing a Text annotation in a PDF document.
TextMarkup
          Interface representing a Text Markup annotation in a PDF document.
Vertices
          This interface represents a list of vertices.
Widget
          An abstract class that represents a Widget.
WidgetButton
          Interface to a button Widget annotation.
WidgetChoice
          Abstract interface to a choice Widget annotation.
 

Classes in com.qoppa.pdf.annotations used by com.qoppa.pdf.dom
IAnnotationFactory
          This interface provides methods to create annotations in a document.
 

Classes in com.qoppa.pdf.annotations used by com.qoppa.pdfEditor
Redaction
          Interface representing a Redaction annotation in a PDF document.
 

Classes in com.qoppa.pdf.annotations used by com.qoppa.pdfNotes
Annotation
          Interface used to represent a PDF annotation.
IAnnotationManager
          This interface manages the selection cycle for AnnotationComponents.
WidgetHandler
          This class is used by WidgetComponents to set the value to their respective FormFields when focus is lost, selection is changed in a choice field, or a button is clicked.
 

Classes in com.qoppa.pdf.annotations used by com.qoppa.pdfNotes.settings
Callout
          Interface representing a Callout annotation in a PDF document.
Caret
          Interface representing a Caret annotation in a PDF document.
Circle
          Interface representing a Circle annotation in a PDF document.
FileAttachment
          Interface representing a File Attachment annotation in a PDF document.
FreeText
          Interface representing a FreeText annotation in a PDF document.
Ink
          Interface representing an Ink annotation in a PDF document.
Line
          Interface representing a Line annotation in a PDF document.
Link
          Interface representing a Link annotation in a PDF document.
Polygon
          Class representing a Polygon annotation in a PDF document.
Polyline
          Class representing a Polyline annotation in a PDF document.
RubberStamp
          Interface representing a Rubber Stamp annotation in a PDF document.
Sound
          Interface representing a Sound annotation in a PDF document.
Square
          Interface representing a Square annotation in a PDF document.
Text
          Interface representing a Text annotation in a PDF document.
 

Classes in com.qoppa.pdf.annotations used by com.qoppa.pdfProcess
Annotation
          Interface used to represent a PDF annotation.
Widget
          An abstract class that represents a Widget.
 

Classes in com.qoppa.pdf.annotations used by com.qoppa.pdfViewer
Annotation
          Interface used to represent a PDF annotation.
IAnnotationManager
          This interface manages the selection cycle for AnnotationComponents.
WidgetHandler
          This class is used by WidgetComponents to set the value to their respective FormFields when focus is lost, selection is changed in a choice field, or a button is clicked.