org.herac.tuxguitar.song.models
Class Note
java.lang.Object
org.herac.tuxguitar.song.models.Note
- Component, Serializable
public class Note
extends java.lang.Object
Note
public Note(int value,
long start,
Duration duration,
int velocity,
int string,
boolean tiedNote,
NoteEffect effect)
getStartWithRepetitions
public long getStartWithRepetitions()
getString
public int getString()
getValue
public int getValue()
getVelocity
public int getVelocity()
isTiedNote
public boolean isTiedNote()
setStartWithRepetitions
public void setStartWithRepetitions(long startWithRepetitions)
setString
public void setString(int string)
setTiedNote
public void setTiedNote(boolean tiedNote)
setValue
public void setValue(int value)
setVelocity
public void setVelocity(int velocity)