|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.herac.tuxguitar.gui.editors.chord.ChordDatabase
public class ChordDatabase
Stores the information about the chord name, structure and alteration abilities into a list
Nested Class Summary | |
---|---|
static class |
ChordDatabase.ChordInfo
chord data structure, contains all info for chord formation |
Constructor Summary | |
---|---|
ChordDatabase()
|
Method Summary | |
---|---|
static ChordDatabase.ChordInfo |
get(int index)
|
static int |
length()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChordDatabase()
Method Detail |
---|
public static int length()
public static ChordDatabase.ChordInfo get(int index)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |