PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.documents.interaction.navigation.page.Transition

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

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

Methods in it.stefanochizzolini.clown.documents with parameters of type Transition
 void Page.setTransition(Transition value)
           
 

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

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

Methods in it.stefanochizzolini.clown.documents.interaction.actions with parameters of type Transition
 void DoTransition.setTransition(Transition value)
           
 

Constructors in it.stefanochizzolini.clown.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 it.stefanochizzolini.clown.documents.interaction.navigation.page
 

Methods in it.stefanochizzolini.clown.documents.interaction.navigation.page that return Transition
 Transition Transition.clone(Document context)
           
 


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.