|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deken.game.sound.audio.clipAudioFilter.ClipAudioFilter
public abstract class ClipAudioFilter
Title: ClipAudioFilter
Description: ClipAudioFilter is a base class for applying filters to the clip. The parent store the Java Clip so that it's Controls can be accessed and manipulated.
Copyright: Copyright (c) Dec 11, 2012
Field Summary | |
---|---|
protected javax.sound.sampled.Clip |
parent
|
Constructor Summary | |
---|---|
ClipAudioFilter()
|
Method Summary | |
---|---|
void |
setParent(javax.sound.sampled.Clip parent)
|
abstract void |
update(long elapseTime)
This method takes the elapse time, and calculates the new current frame of the animation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.deken.game.Updateable |
---|
getName |
Field Detail |
---|
protected javax.sound.sampled.Clip parent
Constructor Detail |
---|
public ClipAudioFilter()
Method Detail |
---|
public abstract void update(long elapseTime)
Updateable
update
in interface Updateable
elapseTime
- longpublic void setParent(javax.sound.sampled.Clip parent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |