PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.documents.interaction.navigation.document.Destination

Packages that use Destination
it.stefanochizzolini.clown.documents Document-level objects [PDF:1.6:3.6]. 
it.stefanochizzolini.clown.documents.interaction Features that allow a user to interact with a document on the screen [PDF:1.6:8]. 
it.stefanochizzolini.clown.documents.interaction.actions Actions used to perform specific operations when triggered [PDF:1.6:8.5]. 
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]. 
it.stefanochizzolini.clown.documents.interaction.navigation.document Features that allow a PDF viewer application to present the user with an interactive, global overview of a document [PDF:1.6:8.2]. 
 

Uses of Destination in it.stefanochizzolini.clown.documents
 

Methods in it.stefanochizzolini.clown.documents that return Destination
protected  Destination NamedDestinations.wrap(PdfDirectObject baseObject, PdfIndirectObject container, PdfString name)
           
 

Uses of Destination in it.stefanochizzolini.clown.documents.interaction
 

Methods in it.stefanochizzolini.clown.documents.interaction that return Destination
 Destination ILink.getDestination()
          Gets the destination to jump to when the link is activated.
 

Methods in it.stefanochizzolini.clown.documents.interaction with parameters of type Destination
 void ILink.setDestination(Destination value)
           
 

Uses of Destination in it.stefanochizzolini.clown.documents.interaction.actions
 

Classes in it.stefanochizzolini.clown.documents.interaction.actions with type parameters of type Destination
 class GoToDestination<T extends Destination>
          Abstract go-to-destination action.
 class GoToNonLocal<T extends Destination>
          Abstract go-to-nonlocal-destination action.
 

Methods in it.stefanochizzolini.clown.documents.interaction.actions that return types with arguments of type Destination
protected  Class<Destination> GoToEmbedded.getDestinationClass()
           
 

Constructors in it.stefanochizzolini.clown.documents.interaction.actions with parameters of type Destination
GoToEmbedded(Document context, FileSpec fileSpec, Destination destination)
          Creates a new embedded-goto action within the given document context, pointing to a destination within another document.
GoToEmbedded(Document context, FileSpec fileSpec, GoToEmbedded.TargetObject target, Destination destination)
          Creates a new embedded-goto action within the given document context.
GoToEmbedded(Document context, GoToEmbedded.TargetObject target, Destination destination)
          Creates a new embedded-goto action within the given document context, pointing to a destination within a target document embedded within the same document.
 

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

Methods in it.stefanochizzolini.clown.documents.interaction.annotations that return Destination
 Destination Link.getDestination()
           
 

Methods in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type Destination
 void Link.setDestination(Destination value)
           
 

Constructors in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type Destination
Link(Page page, Rectangle2D box, Destination destination)
           
 

Uses of Destination in it.stefanochizzolini.clown.documents.interaction.navigation.document
 

Subclasses of Destination in it.stefanochizzolini.clown.documents.interaction.navigation.document
 class LocalDestination
          Local interaction target [PDF:1.6:8.2.1].
 class RemoteDestination
          Remote interaction target [PDF:1.6:8.2.1].
 

Methods in it.stefanochizzolini.clown.documents.interaction.navigation.document that return Destination
 Destination Destination.clone(Document context)
           
 Destination Bookmark.getDestination()
           
static Destination Destination.wrap(PdfDirectObject baseObject, PdfIndirectObject container, PdfString name)
          Wraps a destination base object into a destination object.
 

Methods in it.stefanochizzolini.clown.documents.interaction.navigation.document with parameters of type Destination
 void Bookmark.setDestination(Destination value)
           
 


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.