|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.herac.tuxguitar.gui.editors.tab.layout.ViewLayout
org.herac.tuxguitar.gui.editors.tab.layout.PageViewLayout
public class PageViewLayout
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout |
---|
ViewLayout.TrackPosition |
Field Summary |
---|
Fields inherited from class org.herac.tuxguitar.gui.editors.tab.layout.ViewLayout |
---|
DEFAULT_MODE, DISPLAY_CHORD_DIAGRAM, DISPLAY_CHORD_NAME, DISPLAY_COMPACT, DISPLAY_MULTITRACK, DISPLAY_SCORE, DISPLAY_TABLATURE, MODE_LINEAR, MODE_PAGE |
Constructor Summary | |
---|---|
PageViewLayout(Tablature tablature,
int style)
|
Method Summary | |
---|---|
int |
getMaxWidth()
|
int |
getMode()
|
org.herac.tuxguitar.gui.editors.tab.layout.PageViewLayout.TempLine |
getTempLines(TGTrack track,
int fromIndex,
TrackSpacing ts)
|
void |
paintLine(TGTrackImpl track,
org.herac.tuxguitar.gui.editors.tab.layout.PageViewLayout.TempLine line,
TGPainter painter,
int fromX,
int fromY,
TrackSpacing ts,
Rectangle clientArea)
|
void |
paintSong(TGPainter painter,
Rectangle clientArea,
int fromX,
int fromY)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageViewLayout(Tablature tablature, int style)
Method Detail |
---|
public int getMode()
getMode
in class ViewLayout
public void paintSong(TGPainter painter, Rectangle clientArea, int fromX, int fromY)
paintSong
in class ViewLayout
public void paintLine(TGTrackImpl track, org.herac.tuxguitar.gui.editors.tab.layout.PageViewLayout.TempLine line, TGPainter painter, int fromX, int fromY, TrackSpacing ts, Rectangle clientArea)
public org.herac.tuxguitar.gui.editors.tab.layout.PageViewLayout.TempLine getTempLines(TGTrack track, int fromIndex, TrackSpacing ts)
public int getMaxWidth()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |