PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.multimedia.Sound

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

Methods in org.pdfclown.documents.interaction.actions that return Sound
 Sound PlaySound.getSound()
          Gets the sound to be played.
 

Methods in org.pdfclown.documents.interaction.actions with parameters of type Sound
 void PlaySound.setSound(Sound value)
           
 

Constructors in org.pdfclown.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 org.pdfclown.documents.interaction.annotations
 

Methods in org.pdfclown.documents.interaction.annotations that return Sound
 Sound Sound.getContent()
          Gets the sound to be played.
 

Methods in org.pdfclown.documents.interaction.annotations with parameters of type Sound
 void Sound.setContent(Sound value)
           
 

Constructors in org.pdfclown.documents.interaction.annotations with parameters of type Sound
Sound(Page page, Rectangle2D box, String text, Sound content)
           
 

Uses of Sound in org.pdfclown.documents.multimedia
 

Methods in org.pdfclown.documents.multimedia that return Sound
 Sound Sound.clone(Document context)
           
 


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.