Uses of Interface
org.jfugue.ParserListener

Packages that use ParserListener
org.jfugue   
org.jfugue.demo   
 

Uses of ParserListener in org.jfugue
 

Classes in org.jfugue that implement ParserListener
 class ParserListenerAdapter
          This Adapter class implements all of the methods of ParserListener, but the implementations are blank.
 class PatternTool
           
 class PatternTransformer
          This class is used to transform a pattern.
 class Renderer
          This class takes a pattern, and turns it into wonderful music.
 

Methods in org.jfugue with parameters of type ParserListener
 void Parser.addParserListener(ParserListener listener)
          Adds a ParserListener.
 void Parser.removeParserListener(ParserListener listener)
          Removes a ParserListener.
 

Uses of ParserListener in org.jfugue.demo
 

Classes in org.jfugue.demo that implement ParserListener
 class DurationPatternTool
           
 class DurationPatternTransformer
          The DurationPatternTransformer multiplies the duration of all notes in the given Music String by a factor passed as a variable.
 class IntervalPatternTransformer
          The IntervalPatternTransformer alters music by changing the interval, or step, for each note.
 class ReversePatternTransformer
          Reverses a given pattern.