|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object wyvern.lib.classes.filters.SpeechFilter wyvern.lib.classes.filters.NagaFilter
A speech filter for nagas. Produces sibilances.
Nested Class Summary |
Nested classes inherited from class wyvern.lib.classes.filters.SpeechFilter |
SpeechFilter.Replacement |
Field Summary |
Fields inherited from class wyvern.lib.classes.filters.SpeechFilter |
agents_ |
Constructor Summary | |
NagaFilter()
|
Method Summary | |
java.lang.String |
applyFilter(java.lang.String text)
Converts a string into naga-speak. |
java.lang.Object |
createClone()
Produces a clone of the property for the caller. |
static void |
main(java.lang.String[] args)
Tests the filter. |
java.lang.String |
toString()
Returns name of filter. |
Methods inherited from class wyvern.lib.classes.filters.SpeechFilter |
addGlobalPattern, addSinglePattern, detachFromAgent, filterAgent, filterSay, filterShout, filterTell, filterWhisper, getGlobalPatterns, getSinglePatterns, hookEvent, notifyAdd, notifyRemove, shutdown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NagaFilter()
Method Detail |
public java.lang.String applyFilter(java.lang.String text)
applyFilter
in class SpeechFilter
text
- the initial text of the say/shout/tell
public java.lang.String toString()
public java.lang.Object createClone()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |