|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.codecs.guitarPro.GPGraceNoteTransition
This class describes the transitions for a grace note.
Field Summary | |
private static GPGraceNoteTransition[] |
_transitions
The transitions. |
private static java.lang.String[] |
_transitionsNames
The durations' names. |
private int |
_type
A grace note transition is represented by an integer. |
static GPGraceNoteTransition |
BEND
Bend. |
static GPGraceNoteTransition |
HAMMER
Hammer. |
static GPGraceNoteTransition |
NONE
None. |
static GPGraceNoteTransition |
SLIDE
Slide. |
Constructor Summary | |
private |
GPGraceNoteTransition(int type)
Creates a new GraceNoteTransition whose type is type . |
Method Summary | |
java.lang.String |
toString()
Returns a string representation of this GPGraceNoteTransition. |
static GPGraceNoteTransition |
valueOf(int type)
Returns the GPGraceNoteTransition 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 GPGraceNoteTransition NONE
public static final GPGraceNoteTransition SLIDE
public static final GPGraceNoteTransition BEND
public static final GPGraceNoteTransition HAMMER
private static GPGraceNoteTransition[] _transitions
private static java.lang.String[] _transitionsNames
Constructor Detail |
private GPGraceNoteTransition(int type)
type
.
type
- the grace note transition type as an integer.Method Detail |
public java.lang.String toString()
public static GPGraceNoteTransition valueOf(int type)
type
.
type
- the grace note transition integer value.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |