org.herac.tuxguitar.gui.editors.tab
Class LyricPainter

java.lang.Object
  extended by org.herac.tuxguitar.gui.editors.tab.LyricPainter

public class LyricPainter
extends java.lang.Object


Constructor Summary
LyricPainter(SongTrackCoords trackCoords)
           
 
Method Summary
 int getHeight()
           
 void paintCurrentNoteBeats(GC gc, ViewLayout layout, MeasureCoords currentMeasure, int fromX, int fromY)
           
 void setCurrentMeasure(MeasureCoords measure)
           
 void start()
           
 void start(int index)
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LyricPainter

public LyricPainter(SongTrackCoords trackCoords)
Method Detail

update

public void update()

start

public void start()

start

public void start(int index)

setCurrentMeasure

public void setCurrentMeasure(MeasureCoords measure)

paintCurrentNoteBeats

public void paintCurrentNoteBeats(GC gc,
                                  ViewLayout layout,
                                  MeasureCoords currentMeasure,
                                  int fromX,
                                  int fromY)

getHeight

public int getHeight()