|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfugue.ParserListenerAdapter
org.jfugue.PatternTool
public abstract class PatternTool
Abstract class represting a tool that works on patterns to measure or assess something about the pattern. This feature is covered in detail in "The Complete Guide to JFugue"
Pattern| Constructor Summary | |
|---|---|
PatternTool()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
execute(Pattern pattern)
Runs the pattern tool and returns the result |
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 |
|---|
channelPressureEvent, controllerEvent, instrumentEvent, keySignatureEvent, layerEvent, measureEvent, noteEvent, parallelNoteEvent, pitchBendEvent, polyphonicPressureEvent, sequentialNoteEvent, tempoEvent, timeEvent, 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 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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||