PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.documents.interaction.annotations.Annotation

Packages that use Annotation
it.stefanochizzolini.clown.documents Document-level objects [PDF:1.6:3.6]. 
it.stefanochizzolini.clown.documents.interaction.annotations Annotations used to associate an object such as a note, sound, or movie with a location on a page of a PDF document, or to provide a way to interact with the user by means of the mouse and keyboard [PDF:1.6:8.4]. 
 

Uses of Annotation in it.stefanochizzolini.clown.documents
 

Methods in it.stefanochizzolini.clown.documents that return Annotation
 Annotation PageAnnotations.get(int index)
           
 Annotation PageAnnotations.remove(int index)
           
 Annotation PageAnnotations.set(int index, Annotation value)
           
 

Methods in it.stefanochizzolini.clown.documents that return types with arguments of type Annotation
 Iterator<Annotation> PageAnnotations.iterator()
           
 ListIterator<Annotation> PageAnnotations.listIterator()
           
 ListIterator<Annotation> PageAnnotations.listIterator(int index)
           
 List<Annotation> PageAnnotations.subList(int fromIndex, int toIndex)
           
 

Methods in it.stefanochizzolini.clown.documents with parameters of type Annotation
 boolean PageAnnotations.add(Annotation value)
           
 void PageAnnotations.add(int index, Annotation value)
           
 Annotation PageAnnotations.set(int index, Annotation value)
           
 

Method parameters in it.stefanochizzolini.clown.documents with type arguments of type Annotation
 boolean PageAnnotations.addAll(Collection<? extends Annotation> values)
           
 boolean PageAnnotations.addAll(int index, Collection<? extends Annotation> values)
           
 

Uses of Annotation in it.stefanochizzolini.clown.documents.interaction.annotations
 

Subclasses of Annotation in it.stefanochizzolini.clown.documents.interaction.annotations
 class CalloutNote
          Free text annotation [PDF:1.6:8.4.5].
 class Caret
          Caret annotation [PDF:1.6:8.4.5].
 class DualWidget
          Dual-state widget annotation.
 class Ellipse
          Circle annotation [PDF:1.6:8.4.5].
 class FileAttachment
          File attachment annotation [PDF:1.6:8.4.5].
 class Line
          Line annotation [PDF:1.6:8.4.5].
 class Link
          Link annotation [PDF:1.6:8.4.5].
 class MovieAnnotation
          Movie annotation [PDF:1.6:8.4.5].
 class Note
          Text annotation [PDF:1.6:8.4.5].
 class Polygon
          Polygon annotation [PDF:1.6:8.4.5].
 class Polyline
          Polyline annotation [PDF:1.6:8.4.5].
 class Popup
          Pop-up annotation [PDF:1.6:8.4.5].
 class Rectangle
          Square annotation [PDF:1.6:8.4.5].
 class RubberStamp
          Rubber stamp annotation [PDF:1.6:8.4.5].
 class Scribble
          Freehand "scribble" composed of one or more disjoint paths [PDF:1.6:8.4.5].
 class Shape
          Abstract shape annotation.
 class SoundAnnotation
          Sound annotation [PDF:1.6:8.4.5].
 class TextMarkup
          Text markup annotation [PDF:1.6:8.4.5].
 class VertexShape
          Abstract vertexed shape annotation.
 class Widget
          Widget annotation [PDF:1.6:8.4.5].
 

Methods in it.stefanochizzolini.clown.documents.interaction.annotations that return Annotation
 Annotation Annotation.clone(Document context)
           
 Annotation Popup.getParent()
          Gets the parent annotation.
static Annotation Annotation.wrap(PdfDirectObject baseObject, PdfIndirectObject container)
          Wraps an annotation base object into an annotation object.
static Annotation Annotation.wrap(PdfReference reference)
          Wraps an annotation reference into an annotation object.
 

Methods in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type Annotation
 void Popup.setParent(Annotation value)
           
 

Constructors in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type Annotation
AnnotationActions(Annotation parent)
           
AnnotationActions(Annotation parent, PdfDirectObject baseObject, PdfIndirectObject container)
           
WidgetActions(Annotation parent)
           
WidgetActions(Annotation parent, PdfDirectObject baseObject, PdfIndirectObject container)
           
 


PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.