|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.codecs.guitarPro.GPPickStroke
This class describes a pickstroke.
Field Summary | |
private static GPPickStroke[] |
_pickStrokes
The pickstrokes. |
private static java.lang.String[] |
_pickStrokesNames
The pickstrokes' names. |
private int |
_type
A pickstroke is represented by an integer. |
static GPPickStroke |
DOWNWARD
Downward. |
static GPPickStroke |
NONE
None. |
static GPPickStroke |
UPWARD
Upward. |
Constructor Summary | |
private |
GPPickStroke(int type)
Creates a new PickStroke whose type is type . |
Method Summary | |
java.lang.String |
toString()
Returns a string representation of this GPPickStroke. |
static GPPickStroke |
valueOf(int type)
Returns the GPPickStroke 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 GPPickStroke NONE
public static final GPPickStroke UPWARD
public static final GPPickStroke DOWNWARD
private static GPPickStroke[] _pickStrokes
private static java.lang.String[] _pickStrokesNames
Constructor Detail |
private GPPickStroke(int type)
type
.
type
- the PickStroke type.Method Detail |
public java.lang.String toString()
public static GPPickStroke valueOf(int type)
type
.
type
- the pickstroke integer value.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |