|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.codecs.guitarPro.GPSlide
This class describes a slide.
Field Summary | |
private static GPSlide[] |
_slides
The slides. |
private static java.lang.String[] |
_slidesNames
The slides' names. |
private int |
_type
A slide is represented by an integer. |
static GPSlide |
FROM_ABOVE
Slide into from above. |
static GPSlide |
FROM_BELOW
Slide into from below. |
static GPSlide |
LEGATO_SLIDE
Legato slide. |
static GPSlide |
NO_SLIDE
No slide |
static GPSlide |
OUT_DOWNWARD
Slide out of downwards. |
static GPSlide |
OUT_UPWARD
Slide out of upwards. |
static GPSlide |
SHIFT_SLIDE
Shift slide. |
Constructor Summary | |
private |
GPSlide(int type)
Creates a new Slide whose type is type . |
Method Summary | |
int |
getIndex()
Returns an index-like value starting from 0 for FROM_ABOVE |
java.lang.String |
toString()
Returns a string representation of this GPSlide. |
static GPSlide |
valueOf(int type)
Returns the GPSlide associated with the value type . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private int _type
public static final GPSlide FROM_ABOVE
public static final GPSlide FROM_BELOW
public static final GPSlide NO_SLIDE
public static final GPSlide SHIFT_SLIDE
public static final GPSlide LEGATO_SLIDE
public static final GPSlide OUT_DOWNWARD
public static final GPSlide OUT_UPWARD
private static GPSlide[] _slides
private static java.lang.String[] _slidesNames
Constructor Detail |
private GPSlide(int type)
type
.
type
- the slide integer type.Method Detail |
public java.lang.String toString()
public static GPSlide valueOf(int type)
type
.
type
- the slide integer value.
public int getIndex()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |