|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCollectableNode
SoundNode
Field Summary | |
(package private) Sound |
mySound
The sound I'm associated with |
Fields inherited from class CollectableNode |
next |
Constructor Summary | |
SoundNode(Sound sound)
|
Method Summary | |
Sound |
collect()
Collect all the sounds from me on, recursively. |
Sound |
collectAfter()
Collect and process after |
String |
toString()
Method to return a string with informaiton about this node |
Methods inherited from class CollectableNode |
add, getNext, insertAfter, last, playFromMeOn, remove, setNext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
Sound mySound
Constructor Detail |
public SoundNode(Sound sound)
Method Detail |
public String toString()
public Sound collect()
collect
in class CollectableNode
public Sound collectAfter()
collectAfter
in class CollectableNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |