| Modifier and Type | Method and Description |
|---|---|
StyleSignatureBasic |
getDefaultStyleDefinition() |
ComponentType |
getNoteComponentType() |
static NoteStyle |
getNoteStyle(java.lang.String s) |
static NoteStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NoteStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NoteStyle NORMAL
public static final NoteStyle HEXAGONAL
public static final NoteStyle BOX
public static NoteStyle[] values()
for (NoteStyle c : NoteStyle.values()) System.out.println(c);
public static NoteStyle valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static NoteStyle getNoteStyle(java.lang.String s)
public ComponentType getNoteComponentType()
public StyleSignatureBasic getDefaultStyleDefinition()