org.herac.tuxguitar.gui.editors.tab
public class MeasureCoords.BeatPosition extends Object implements Component
| Constructor Summary | |
|---|---|
| BeatPosition(long start, Duration duration, int posX) | |
| Method Summary | |
|---|---|
| void | checkValues(NoteCoords note) |
| Object | clone() |
| Duration | getDuration() |
| NoteCoords | getMaxNote() |
| NoteCoords | getMinNote() |
| int | getPosX() |
| long | getStart() |
| boolean | isPlayingBeat() |
| void | paintExtraLines(GC gc, ViewLayout layout) |
| void | setDuration(Duration duration) |
| void | setStart(long start) |