org.herac.tuxguitar.song.models
public class Note extends Object implements Component, Serializable
Constructor Summary | |
---|---|
Note(int value, long start, Duration duration, int velocity, int string, boolean tiedNote, NoteEffect effect) |
Method Summary | |
---|---|
Object | clone() |
Duration | getDuration() |
NoteEffect | getEffect() |
long | getStart() |
long | getStartWithRepetitions() |
int | getString() |
int | getValue() |
int | getVelocity() |
boolean | isTiedNote() |
void | setDuration(Duration duration) |
void | setEffect(NoteEffect effect) |
void | setStart(long start) |
void | setStartWithRepetitions(long startWithRepetitions) |
void | setString(int string) |
void | setTiedNote(boolean tiedNote) |
void | setValue(int value) |
void | setVelocity(int velocity) |