com.frinika.chart
Class Chart.Chord

java.lang.Object
  extended by com.frinika.chart.Chart.Chord
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Chart

public class Chart.Chord
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Method Summary
 int getChordNoteAt(int i)
           
 int getDuration()
           
 uk.org.toot.music.tonality.Key getKey()
           
 int getRoot()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDuration

public int getDuration()

getRoot

public int getRoot()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getChordNoteAt

public int getChordNoteAt(int i)

getKey

public uk.org.toot.music.tonality.Key getKey()