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

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

public class TEComponentNote
extends TEComponent


Constructor Summary
TEComponentNote(int position, int measure, int string, int fret, int duration, int dynamic, int effect)
           
 
Method Summary
 int getDuration()
           
 int getDynamic()
           
 int getEffect()
           
 int getFret()
           
 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

TEComponentNote

public TEComponentNote(int position,
                       int measure,
                       int string,
                       int fret,
                       int duration,
                       int dynamic,
                       int effect)
Method Detail

getDuration

public int getDuration()

getDynamic

public int getDynamic()

getEffect

public int getEffect()

getFret

public int getFret()

toString

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