org.herac.tuxguitar.gui.editors.tab
public class SongTrackCoords extends Object
| Constructor Summary | |
|---|---|
| SongTrackCoords(Tablature tablature, SongManager songManager, SongTrack track, ViewLayout layout) | |
| Method Summary | |
|---|---|
| void | calculateScoreHeight(ViewLayout layout)
Calcula el el ancho de la partitura |
| void | calculateTabHeight(ViewLayout layout)
Calcula el el ancho de la tablatura |
| MeasureCoords | getFirstMeasure() |
| MeasureCoords | getLastMeasure() |
| LyricPainter | getLyricPainter() |
| MeasureCoords | getMeasure(Measure measure) |
| MeasureCoords | getMeasureAt(int x, int y) |
| MeasureCoords | getMeasureCoords(long start) |
| List | getMeasuresCoords() |
| MeasureCoords | getNextMeasure(MeasureCoords measureCoords) |
| MeasureCoords | getPrevMeasure(MeasureCoords measureCoords) |
| int | getScoreHeight() |
| int | getTabHeight() |
| SongTrack | getTrack() |
| boolean | hasCaret() |
| void | setTabHeight(int tabHeight) |