PDF Clown
0.0.8

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

Packages that use Destination.ModeEnum
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.ModeEnum in it.stefanochizzolini.clown.documents.interaction.navigation.document
 

Methods in it.stefanochizzolini.clown.documents.interaction.navigation.document that return Destination.ModeEnum
 Destination.ModeEnum Destination.getMode()
          Gets the destination mode.
static Destination.ModeEnum Destination.ModeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Destination.ModeEnum[] Destination.ModeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in it.stefanochizzolini.clown.documents.interaction.navigation.document with parameters of type Destination.ModeEnum
Destination(Document context, PdfDirectObject pageObject, Destination.ModeEnum mode, Double[] viewParams)
          Creates a new destination within the given document context.
LocalDestination(Page page, Destination.ModeEnum mode, Double[] viewParams)
           
RemoteDestination(Document context, int pageIndex, Destination.ModeEnum mode, Double[] viewParams)
           
 


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.