Package org.jfugue.pattern
Interface PatternProducer
-
- All Known Implementing Classes:
Atom,Chord,ChordProgression,Intervals,Note,Pattern,Rhythm,StaccatoParserListener,Token,TrackTable
public interface PatternProducerIndicates that the implementing class can return a Pattern through the getPattern method
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PatterngetPattern()Returns a pattern
-
-
-
Method Detail
-
getPattern
Pattern getPattern()
Returns a pattern
-
-