PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.documents.multimedia.Sound

Packages that use Sound
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.multimedia Features that allow a user to embed and play multimedia content within a PDF document [PDF:1.6:9]. 
 

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

Methods in it.stefanochizzolini.clown.documents.interaction.actions that return Sound
 Sound PlaySound.getSound()
          Gets the sound to be played.
 

Methods in it.stefanochizzolini.clown.documents.interaction.actions with parameters of type Sound
 void PlaySound.setSound(Sound value)
           
 

Constructors in it.stefanochizzolini.clown.documents.interaction.actions with parameters of type Sound
PlaySound(Document context, Sound sound)
          Creates a new action within the given document context.
 

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

Methods in it.stefanochizzolini.clown.documents.interaction.annotations that return Sound
 Sound SoundAnnotation.getSound()
          Gets the sound to be played.
 

Methods in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type Sound
 void SoundAnnotation.setSound(Sound value)
           
 

Constructors in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type Sound
SoundAnnotation(Page page, Rectangle2D box, Sound sound)
           
 

Uses of Sound in it.stefanochizzolini.clown.documents.multimedia
 

Methods in it.stefanochizzolini.clown.documents.multimedia that return Sound
 Sound Sound.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.