|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GPSlide | |
dguitar.codecs.guitarPro | Provides codecs for GuitarPro files (GP4,GP3...). |
dguitar.gui | Provides Graphical User Interface classes for other packages. |
Uses of GPSlide in dguitar.codecs.guitarPro |
Fields in dguitar.codecs.guitarPro declared as GPSlide | |
static GPSlide |
GPSlide.FROM_ABOVE
Slide into from above. |
static GPSlide |
GPSlide.FROM_BELOW
Slide into from below. |
static GPSlide |
GPSlide.NO_SLIDE
No slide |
static GPSlide |
GPSlide.SHIFT_SLIDE
Shift slide. |
static GPSlide |
GPSlide.LEGATO_SLIDE
Legato slide. |
static GPSlide |
GPSlide.OUT_DOWNWARD
Slide out of downwards. |
static GPSlide |
GPSlide.OUT_UPWARD
Slide out of upwards. |
private static GPSlide[] |
GPSlide._slides
The slides. |
GPSlide |
GPEffectsOnNote.slide
Slide possibly associated with this effect. |
Methods in dguitar.codecs.guitarPro that return GPSlide | |
static GPSlide |
GPSlide.valueOf(int type)
Returns the GPSlide associated with the value type . |
Uses of GPSlide in dguitar.gui |
Methods in dguitar.gui with parameters of type GPSlide | |
void |
SlideLabel.setTypeOfSlide(GPSlide aGPSlide)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |