|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.codecs.guitarPro.GPTrill
This class describes a trill.
Field Summary | |
private int |
_fret
The fret the trill is made with. |
private GPDuration |
_period
The period between each note. |
Constructor Summary | |
GPTrill()
Creates a new Trill. |
Method Summary | |
int |
getFret()
Returns this trill's fret. |
GPDuration |
getPeriod()
Returns this trill's period. |
void |
setFret(int fret)
Sets this trill's fret. |
void |
setPeriod(GPDuration period)
Sets this trill's period. |
java.lang.String |
toString()
Returns a string representation of the Trill. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private int _fret
private GPDuration _period
Constructor Detail |
public GPTrill()
Method Detail |
public int getFret()
public GPDuration getPeriod()
public void setFret(int fret)
fret
- the fret to set.public void setPeriod(GPDuration period)
period
- the period to set.public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |