public class ConfiguredSound
extends java.lang.Object
| Constructor and Description |
|---|
ConfiguredSound(Sound sound,
float volume,
float pitch) |
| Modifier and Type | Method and Description |
|---|---|
float |
getPitch() |
Sound |
getSound() |
float |
getVolume() |
void |
setPitch(float pitch) |
void |
setSound(Sound sound) |
void |
setVolume(float volume) |
public ConfiguredSound(Sound sound, float volume, float pitch)