PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.interaction.navigation.document.Destination

Packages that use Destination
org.pdfclown.documents Document-level objects [PDF:1.6:3.6]. 
org.pdfclown.documents.interaction.actions Actions used to perform specific operations when triggered [PDF:1.6:8.5]. 
org.pdfclown.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 org.pdfclown.documents
 

Methods in org.pdfclown.documents that return Destination
protected  Destination NamedDestinations.wrapValue(PdfDirectObject baseObject)
           
 

Uses of Destination in org.pdfclown.documents.interaction.actions
 

Classes in org.pdfclown.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 non-local destination' action.
 

Constructors in org.pdfclown.documents.interaction.actions with parameters of type Destination
GoToEmbedded(Document context, FileSpecification<?> destinationFile, Destination destination)
          Creates a new instance within the specified document context, pointing to a destination within another document.
GoToEmbedded(Document context, FileSpecification<?> destinationFile, GoToEmbedded.PathElement destinationPath, Destination destination)
          Creates a new instance within the specified document context.
GoToEmbedded(Document context, GoToEmbedded.PathElement destinationPath, Destination destination)
          Creates a new instance within the specified document context, pointing to a destination within an embedded document.
 

Uses of Destination in org.pdfclown.documents.interaction.navigation.document
 

Subclasses of Destination in org.pdfclown.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 org.pdfclown.documents.interaction.navigation.document that return Destination
static Destination Destination.wrap(PdfDirectObject baseObject)
          Wraps a destination base object into a destination object.
 


PDF Clown
0.1.2

Project home page

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