Uses of Interface
java.applet.AudioClip

Packages that use AudioClip
Package
Description
Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.
  • Uses of AudioClip in java.applet

    Methods in java.applet that return AudioClip
    Modifier and Type
    Method
    Description
    Applet.getAudioClip(URL url)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the AudioClip object specified by the URL argument.
    Applet.getAudioClip(URL url, String name)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the AudioClip object specified by the URL and name arguments.
    AppletContext.getAudioClip(URL url)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Creates an audio clip.
    static final AudioClip
    Applet.newAudioClip(URL url)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Get an audio clip from the given URL.