|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.codecs.guitarPro.GPVibrato
This class describes a vibrato.
Field Summary | |
private int |
_type
A vibrato is represented by an integer. |
private static GPVibrato[] |
_vibratos
The vibratos. |
private static java.lang.String[] |
_vibratosNames
The vibratos' names. |
static GPVibrato |
AVERAGE
Average. |
static GPVibrato |
FAST
Fast. |
static GPVibrato |
NONE
None. |
static GPVibrato |
SLOW
Slow. |
Constructor Summary | |
private |
GPVibrato(int type)
Creates a new GPVibrato whose type is type . |
Method Summary | |
java.lang.String |
toString()
Returns a string representation of this GPVibrato. |
static GPVibrato |
valueOf(int type)
Returns the GPVibrato 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 GPVibrato NONE
public static final GPVibrato FAST
public static final GPVibrato AVERAGE
public static final GPVibrato SLOW
private static GPVibrato[] _vibratos
private static java.lang.String[] _vibratosNames
Constructor Detail |
private GPVibrato(int type)
type
.
type
- this vibrato's integer type.Method Detail |
public java.lang.String toString()
public static GPVibrato valueOf(int type)
type
.
type
- the vibrato integer value.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |