org.herac.tuxguitar.io.abc.base
Class ABCComponentChord

java.lang.Object
  extended byorg.herac.tuxguitar.io.abc.base.ABCComponent
      extended byorg.herac.tuxguitar.io.abc.base.ABCComponentChord

public class ABCComponentChord
extends ABCComponent


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

Constructor Detail

ABCComponentChord

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

getChord

public int getChord()

toString

public java.lang.String toString()