PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.interaction.navigation.page.Transition

Packages that use Transition
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.page Features that enable the user to navigate from page to page within a document [PDF:1.6:8.3]. 
 

Uses of Transition in org.pdfclown.documents
 

Methods in org.pdfclown.documents that return Transition
 Transition Page.getTransition()
          Gets the transition effect to be used when displaying the page during presentations.
 

Methods in org.pdfclown.documents with parameters of type Transition
 void Page.setTransition(Transition value)
           
 

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

Methods in org.pdfclown.documents.interaction.actions that return Transition
 Transition DoTransition.getTransition()
          Gets the transition effect to be used for the update of the display.
 

Methods in org.pdfclown.documents.interaction.actions with parameters of type Transition
 void DoTransition.setTransition(Transition value)
           
 

Constructors in org.pdfclown.documents.interaction.actions with parameters of type Transition
DoTransition(Document context, Transition transition)
          Creates a new transition action within the given document context.
 

Uses of Transition in org.pdfclown.documents.interaction.navigation.page
 

Methods in org.pdfclown.documents.interaction.navigation.page that return Transition
 Transition Transition.clone(Document context)
           
static Transition Transition.wrap(PdfDirectObject baseObject)
           
 


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.