|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.herac.tuxguitar.io.tef.base.TEComponent
org.herac.tuxguitar.io.tef.base.TEComponentNote
public class TEComponentNote
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 |
---|
public TEComponentNote(int position, int measure, int string, int fret, int duration, int dynamic, int effect)
Method Detail |
---|
public int getDuration()
public int getDynamic()
public int getEffect()
public int getFret()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |