|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.codecs.guitarPro.GPEffectsOnBeat
This class describes effects present on a beat.
Field Summary | |
GPDuration |
downStroke
Downstroke possibly associated with this effect. |
boolean |
fadeIn
Presence of a "fade in". |
boolean |
hasRasgueado
Presence of a rasgueado. |
GPPickStroke |
pickStrokes
Pickstroke possibly associated with this effect. |
boolean |
popping
Presence of a popping effect (bass guitar). |
boolean |
slapping
Presence of a slapping effect. |
boolean |
tapping
Presence of a tapping effect. |
GPBend |
tremoloBar
Tremolo bar possibly associated with this effect. |
GPDuration |
upStroke
Upstroke possibly associated with this effect. |
Constructor Summary | |
GPEffectsOnBeat()
Creates a new GPEffectsOnBeat. |
Method Summary | |
java.lang.String |
toString()
Returns a string representation of this GPEffectsOnBeat. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public GPDuration downStroke
public boolean fadeIn
public boolean hasRasgueado
public GPPickStroke pickStrokes
public boolean popping
public boolean slapping
public boolean tapping
public GPBend tremoloBar
public GPDuration upStroke
Constructor Detail |
public GPEffectsOnBeat()
Method Detail |
public java.lang.String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |