com.jme3.audio
クラス LowPassFilter
java.lang.Object
com.jme3.audio.Filter
com.jme3.audio.LowPassFilter
- すべての実装されたインタフェース:
- Savable
public class LowPassFilter
- extends Filter
クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LowPassFilter
public LowPassFilter(float volume,
float highFreqVolume)
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
- 定義:
- インタフェース
Savable
内の write
- オーバーライド:
- クラス
Filter
内の write
- 例外:
java.io.IOException
read
public void read(JmeImporter im)
throws java.io.IOException
- 定義:
- インタフェース
Savable
内の read
- オーバーライド:
- クラス
Filter
内の read
- 例外:
java.io.IOException