Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
PDFSound |
AnnotationSound.getSound()
Return the PDFSound from this annotation
|
PDFSound |
PDFAction.getSound()
For "Sound" actions, return the PDFSound object this action refers to.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
SoundActionHandler.playSound(PDFSound sound,
boolean mix,
boolean repeat,
JComponent root)
Play a sound.
|
Copyright © 2001-2017 Big Faceless Organization