com.jme3.audio
Class LowPassFilter
java.lang.Object
com.jme3.util.NativeObject
com.jme3.audio.Filter
com.jme3.audio.LowPassFilter
- All Implemented Interfaces:
- Savable, java.lang.Cloneable
public class LowPassFilter
- extends Filter
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
volume
protected float volume
highFreqVolume
protected float highFreqVolume
LowPassFilter
public LowPassFilter(float volume,
float highFreqVolume)
LowPassFilter
protected LowPassFilter(int id)
getHighFreqVolume
public float getHighFreqVolume()
setHighFreqVolume
public void setHighFreqVolume(float highFreqVolume)
getVolume
public float getVolume()
setVolume
public void setVolume(float volume)
write
public void write(JmeExporter ex)
throws java.io.IOException
- Specified by:
write
in interface Savable
- Overrides:
write
in class Filter
- Throws:
java.io.IOException
read
public void read(JmeImporter im)
throws java.io.IOException
- Specified by:
read
in interface Savable
- Overrides:
read
in class Filter
- Throws:
java.io.IOException
createDestructableClone
public NativeObject createDestructableClone()
- Description copied from class:
NativeObject
- Creates a shallow clone of this GL Object. The deleteObject method
should be functional for this object.
- Specified by:
createDestructableClone
in class Filter