org.herac.tuxguitar.io.tef.base
Class TEComponentChord

java.lang.Object
  extended by org.herac.tuxguitar.io.tef.base.TEComponent
      extended by org.herac.tuxguitar.io.tef.base.TEComponentChord

public class TEComponentChord
extends TEComponent


Constructor Summary
TEComponentChord(int position, int measure, int string, int chord)
           
 
Method Summary
 int getChord()
           
 java.lang.String toString()
           
 
Methods inherited from class org.herac.tuxguitar.io.tef.base.TEComponent
getMeasure, getPosition, getString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TEComponentChord

public TEComponentChord(int position,
                        int measure,
                        int string,
                        int chord)
Method Detail

getChord

public int getChord()

toString

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