Uses of Class
org.herac.tuxguitar.io.abc.base.ABCChord

Packages that use ABCChord
org.herac.tuxguitar.io.abc.base   
 

Uses of ABCChord in org.herac.tuxguitar.io.abc.base
 

Methods in org.herac.tuxguitar.io.abc.base that return ABCChord
 ABCChord[] ABCSong.getChords()
           
 ABCChord ABCLocation.getChord()
           
 

Methods in org.herac.tuxguitar.io.abc.base with parameters of type ABCChord
 void ABCSong.setChord(int index, ABCChord chord)
           
 void ABCLocation.setChord(ABCChord chord)
           
 

Constructors in org.herac.tuxguitar.io.abc.base with parameters of type ABCChord
ABCLocation(java.lang.String part, int track, int measure, int ticks, ABCChord chord, ABCEvent event)