org.herac.tuxguitar.gui.editors.tab.layout
public class LinearViewLayout extends ViewLayout
Constructor Summary | |
---|---|
LinearViewLayout(Tablature tablature, SongManager songManager, boolean multitrack, boolean scoreEnabled, boolean tablatureEnabled) |
Method Summary | |
---|---|
boolean | followMeasure(MeasureCoords measure, boolean redraw) |
int | getMode() |
void | paintMeasures(SongTrackCoords trackCoords, List measuresCoords, GC gc, int fromX, int fromY, TrackSpacing ts, Rectangle clientArea) |
void | paintSong(GC gc, Rectangle clientArea, int fromX, int fromY) |
void | paintTracks(List tracksCoords, GC gc, Rectangle clientArea, int fromX, int fromY) |