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

java.lang.Object
  extended by org.herac.tuxguitar.song.models.TGText
      extended by org.herac.tuxguitar.gui.editors.tab.TGTextImpl

public class TGTextImpl
extends TGText


Constructor Summary
TGTextImpl()
           
 
Method Summary
 void paint(ViewLayout layout, TGPainter painter, int fromX, int fromY)
           
 
Methods inherited from class org.herac.tuxguitar.song.models.TGText
clone, copy, getBeat, getValue, isEmpty, setBeat, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGTextImpl

public TGTextImpl()
Method Detail

paint

public void paint(ViewLayout layout,
                  TGPainter painter,
                  int fromX,
                  int fromY)