Uses of Class
org.faceless.pdf2.PDFSound

Packages that use PDFSound
org.faceless.pdf2 Contains the classes used to create a PDF document 
org.faceless.pdf2.viewer2.feature Contains a list of all the features that are available to the PDFViewer. 
 

Uses of PDFSound in org.faceless.pdf2
 

Methods in org.faceless.pdf2 that return PDFSound
 PDFSound AnnotationSound.getSound()
          Return the PDFSound from this annotation
 PDFSound PDFAction.getSound()
          For "Sound" actions, return the PDFSound object this action refers to.
 

Methods in org.faceless.pdf2 with parameters of type PDFSound
static PDFAction PDFAction.playSound(PDFSound s)
          Return a new PDFAction which plays a PDFSound when activated.
static PDFAction PDFAction.playSound(PDFSound sound, int volume, boolean repeat, boolean mix)
          Return a new PDFAction which plays a PDFSound when activated.
 void AnnotationSound.setSound(PDFSound sound)
          Set the contents of this annotation to the specified sound.
 

Uses of PDFSound in org.faceless.pdf2.viewer2.feature
 

Methods in org.faceless.pdf2.viewer2.feature with parameters of type PDFSound
static void SoundActionHandler.playSound(PDFSound sound, boolean mix, boolean repeat, JComponent root)
          Play a sound.
 



Copyright © 2001-2010 Big Faceless Organization