Class TGChordDatabase
java.lang.Object
org.jjazz.instrumentcomponents.guitardiagram.api.TGChordDatabase
Stores the information about the chord name, structure and alteration abilities into a list
- Author:
- Nikola Kolarovic <nikola.kolarovic@gmail.com>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
chord data structure, contains all info for chord formation * -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TGChordDatabase.ChordInfo
get
(int index) static int
length()
-
Constructor Details
-
TGChordDatabase
public TGChordDatabase()
-
-
Method Details
-
length
public static int length() -
get
-