Uses of Class
com.qoppa.pdf.annotations.Annotation

Packages that use Annotation
com.qoppa.pdf.annotations Classes used to represent PDF annotations. 
com.qoppa.pdfNotes PDFNotesBean, toolbar and related classes. 
 

Uses of Annotation in com.qoppa.pdf.annotations
 

Subclasses of Annotation in com.qoppa.pdf.annotations
 class Circle
          Class representing a Circle annotation in a PDF document.
 class FileAttachment
          Class representing a File Attachment annotation in a PDF document.
 class FreeText
          Class representing a FreeText annotation in a PDF document.
 class Ink
          Class representing an Ink annotation in a PDF document.
 class Line
          Class representing a Line annotation in a PDF document.
 class Link
          Class representing a Link annotation in a PDF document.
 class MarkUpText
          Class representing a Text Markup annotation in a PDF document.
 class Polyline
          Class representing a Polyline annotation in a PDF document.
 class Popup
          Class representing a Sound annotation in a PDF document.
 class RubberStamp
          Class representing a Rubber Stamp annotation in a PDF document.
 class ShapeAnnotation
          Abstract class to be extended by annotations that contain textual content.
 class Sound
          Class representing a Sound annotation in a PDF document.
 class Square
          Class representing a Square annotation in a PDF document.
 class Text
          Class representing a Text annotation in a PDF document.
 class Widget
           
 class WidgetButton
           
 class WidgetCheckBox
           
 class WidgetChoice
           
 class WidgetCombo
           
 class WidgetList
           
 class WidgetPushButton
           
 class WidgetRadioButton
           
 class WidgetSignature
           
 class WidgetText
           
 

Uses of Annotation in com.qoppa.pdfNotes
 

Methods in com.qoppa.pdfNotes with parameters of type Annotation
 void PDFNotesBean.removeAnnotation(Annotation annot, int pageIndex)
          Remove an annotation from the document programmatically.
 void PDFNotesBean.startEdit(Annotation annot, boolean useDefault)
          This method starts an annotation editor appropriate to the type of annotation passed to it.
 void PDFNotesBean.addAnnotation(Annotation newAnnot, int pageIndex)
          Add an annotation to the document programmatically.
 void IPDFListener.annotAdded(PDFNotesBean notesBean, Annotation newAnnot, IPDFPage pdfPage, int pageIndex)
          This method is called by PDFNotesBean after a new annotation was added.
 void IPDFListener.annotDeleted(PDFNotesBean notesBean, Annotation annot, int pageIndex)
          This method is called by PDFNotesBean after an annotation was deleted.
 void IPDFListener.annotModified(PDFNotesBean notesBean, Annotation annot, int pageIndex)
          This method is called by PDFNotesBean after an annotation was modified.