org.herac.tuxguitar.gui.editors.chord
Class ChordDatabase

java.lang.Object
  extended by org.herac.tuxguitar.gui.editors.chord.ChordDatabase

public class ChordDatabase
extends java.lang.Object

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

ChordDatabase

public ChordDatabase()
Method Detail

length

public static int length()

get

public static ChordDatabase.ChordInfo get(int index)