Uses of Class
org.faceless.pdf2.PDFSound

Packages that use PDFSound
org.faceless.pdf2 Contains the classes used to create a PDF document 
 

Uses of PDFSound in org.faceless.pdf2
 

Methods in org.faceless.pdf2 that return PDFSound
 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.
 



Copyright © 2001-2008 Big Faceless Organization