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