Uses of Class
dguitar.codecs.guitarPro.GPPickStroke

Packages that use GPPickStroke
dguitar.codecs.guitarPro Provides codecs for GuitarPro files (GP4,GP3...). 
 

Uses of GPPickStroke in dguitar.codecs.guitarPro
 

Fields in dguitar.codecs.guitarPro declared as GPPickStroke
static GPPickStroke GPPickStroke.NONE
          None.
static GPPickStroke GPPickStroke.UPWARD
          Upward.
static GPPickStroke GPPickStroke.DOWNWARD
          Downward.
private static GPPickStroke[] GPPickStroke._pickStrokes
          The pickstrokes.
 GPPickStroke GPEffectsOnBeat.pickStrokes
          Pickstroke possibly associated with this effect.
 

Methods in dguitar.codecs.guitarPro that return GPPickStroke
static GPPickStroke GPPickStroke.valueOf(int type)
          Returns the GPPickStroke associated with the value type.