Uses of Class
org.faceless.pdf2.PDFSound
-
Packages that use PDFSound Package Description org.faceless.pdf2 Contains the classes used to create a PDF documentorg.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 Modifier and Type Method Description PDFSound
AnnotationSound. getSound()
Return the PDFSound from this annotationPDFSound
PDFAction. getSound()
For "Sound" actions, return the PDFSound object this action refers to.Methods in org.faceless.pdf2 with parameters of type PDFSound Modifier and Type Method Description static PDFAction
PDFAction. playSound(PDFSound s)
Return a new PDFAction which plays aPDFSound
when activated.static PDFAction
PDFAction. playSound(PDFSound sound, int volume, boolean repeat, boolean mix)
Return a new PDFAction which plays aPDFSound
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 Modifier and Type Method Description static void
SoundActionHandler. playSound(PDFSound sound, boolean mix, boolean repeat, JComponent root)
Play a sound.
-