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

java.lang.Object
  extended by org.herac.tuxguitar.song.models.TGLyric
      extended by org.herac.tuxguitar.gui.editors.tab.TGLyricImpl

public class TGLyricImpl
extends TGLyric


Constructor Summary
TGLyricImpl()
           
 
Method Summary
 int getHeight()
           
 void paintCurrentNoteBeats(TGPainter painter, ViewLayout layout, TGMeasureImpl currentMeasure, int fromX, int fromY)
           
 void setCurrentMeasure(TGMeasureImpl measure)
           
 void setFrom(int from)
           
 void setLyrics(java.lang.String lyrics)
           
 void start()
           
 void start(int index)
           
 
Methods inherited from class org.herac.tuxguitar.song.models.TGLyric
copy, getFrom, getLyricBeats, getLyrics, isEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGLyricImpl

public TGLyricImpl()
Method Detail

setFrom

public void setFrom(int from)
Overrides:
setFrom in class TGLyric

setLyrics

public void setLyrics(java.lang.String lyrics)
Overrides:
setLyrics in class TGLyric

start

public void start()

start

public void start(int index)

setCurrentMeasure

public void setCurrentMeasure(TGMeasureImpl measure)

paintCurrentNoteBeats

public void paintCurrentNoteBeats(TGPainter painter,
                                  ViewLayout layout,
                                  TGMeasureImpl currentMeasure,
                                  int fromX,
                                  int fromY)

getHeight

public int getHeight()