Uses of Interface
com.qoppa.pdf.annotations.Sound

Packages that use Sound
com.qoppa.pdf.annotations Classes representing PDF annotations. 
com.qoppa.pdfNotes.settings Classes used to configure a number of settings for jPDFNotes. 
 

Uses of Sound in com.qoppa.pdf.annotations
 

Methods in com.qoppa.pdf.annotations that return Sound
 Sound IAnnotationFactory.createSound(AudioFormat format, byte[] content)
          Constructs a sound annotation from an AudioFormat object and an array of bytes containing the audio content.
 Sound IAnnotationFactory.createSound(AudioInputStream audioStream)
          Constructs a sound annotation from an AudioInputStream object.
 

Uses of Sound in com.qoppa.pdfNotes.settings
 

Methods in com.qoppa.pdfNotes.settings with parameters of type Sound
static void SoundTool.setDefaultProperties(Sound sound)
          This is a convenience method to set the Sound properties to the SoundTool default properties.