|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jfugue.ParserListenerAdapter | +--org.jfugue.PatternTool
Constructor Summary | |
PatternTool()
|
Method Summary | |
java.lang.Object |
execute(Pattern pattern)
Runs the pattern tool and returns the result |
abstract java.lang.String |
getDescription()
Indicates what this PatternTool does. |
abstract java.lang.Object |
getResult()
Returns the result of the pattern tool after it has been executed on a pattern. |
abstract void |
reset()
Resets the variables in a subclass of PatternTool. |
Methods inherited from class org.jfugue.ParserListenerAdapter |
controllerEvent, instrumentEvent, noteEvent, parallelNoteEvent, sequentialNoteEvent, tempoEvent, voiceEvent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PatternTool()
Method Detail |
public abstract void reset()
public abstract java.lang.Object getResult()
public abstract java.lang.String getDescription()
public java.lang.Object execute(Pattern pattern)
pattern
- the pattern on which to use this tool
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |