Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.herac.tuxguitar.gui.tab.layout.ViewLayout
org.herac.tuxguitar.gui.tab.layout.LinearViewLayout
public class LinearViewLayout
extends ViewLayout
Nested Class Summary |
Nested classes/interfaces inherited from class org.herac.tuxguitar.gui.tab.layout.ViewLayout | |
ViewLayout.TrackPosition |
Field Summary |
Fields inherited from class org.herac.tuxguitar.gui.tab.layout.ViewLayout | |
AUTO_SPACING_ENABLED , DEFAULT_MODE , DEFAULT_SCORE_LINE_SPAN , DEFAULT_SCORE_SPAN , DEFAULT_STRING_SPAN , DEFAULT_TRACK_SPAN , MIN_SCORE_TAB_SPAN , MODE_LINEAR , MODE_PAGE |
Constructor Summary | |
|
Method Summary | |
void |
|
SongTrackCoords |
|
void |
|
void |
|
void |
|
void |
|
public LinearViewLayout(Tablature tablature, SongManager songManager, boolean multitrack, boolean scoreEnabled)
public void followMeasure(MeasureCoords measure, boolean redraw)
- Overrides:
- followMeasure in interface ViewLayout
public void paintMeasures(SongTrackCoords trackCoords, List measuresCoords, GC gc, int fromX, int fromY, Rectangle clientArea)
- Overrides:
- paintMeasures in interface ViewLayout
public void paintSong(GC gc, Rectangle clientArea, int fromX, int fromY)
- Overrides:
- paintSong in interface ViewLayout
public void paintStrings(SongTrackCoords trackCoords, GC gc, int fromY, Rectangle clientArea)
Pinta las cuerdas
public void paintTracks(List tracksCoords, GC gc, Rectangle clientArea, int fromX, int fromY)
- Overrides:
- paintTracks in interface ViewLayout