Package org.jfugue.provider
Interface ChordProvider
-
- All Known Implementing Classes:
NoteSubparser
public interface ChordProviderThis interface must be implemented by the parser responsible for Staccato strings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChordcreateChord(java.lang.String chordString)
-
-
-
Method Detail
-
createChord
Chord createChord(java.lang.String chordString)
-
-