dguitar.codecs.guitarPro
Class GPEffectsOnBeat

java.lang.Object
  extended bydguitar.codecs.guitarPro.GPEffectsOnBeat

public class GPEffectsOnBeat
extends java.lang.Object

This class describes effects present on a beat.

Author:
Matthieu Wipliez

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

downStroke

public GPDuration downStroke
Downstroke possibly associated with this effect.


fadeIn

public boolean fadeIn
Presence of a "fade in".


hasRasgueado

public boolean hasRasgueado
Presence of a rasgueado.


pickStrokes

public GPPickStroke pickStrokes
Pickstroke possibly associated with this effect.


popping

public boolean popping
Presence of a popping effect (bass guitar).


slapping

public boolean slapping
Presence of a slapping effect.


tapping

public boolean tapping
Presence of a tapping effect.


tremoloBar

public GPBend tremoloBar
Tremolo bar possibly associated with this effect.


upStroke

public GPDuration upStroke
Upstroke possibly associated with this effect.

Constructor Detail

GPEffectsOnBeat

public GPEffectsOnBeat()
Creates a new GPEffectsOnBeat.

Method Detail

toString

public java.lang.String toString()
Returns a string representation of this GPEffectsOnBeat.

See Also:
Object.toString()