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

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

public class ABCComponentNote
extends ABCComponent


Constructor Summary
ABCComponentNote(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.abc.base.ABCComponent
getMeasure, getPosition, getString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ABCComponentNote

public ABCComponentNote(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()