org.herac.tuxguitar.song.models
Class TGText

java.lang.Object
  extended by org.herac.tuxguitar.song.models.TGText
Direct Known Subclasses:
TGTextImpl

public class TGText
extends java.lang.Object


Constructor Summary
TGText()
           
 
Method Summary
 TGText clone(TGFactory factory)
           
 void copy(TGText text)
           
 TGBeat getBeat()
           
 java.lang.String getValue()
           
 boolean isEmpty()
           
 void setBeat(TGBeat beat)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGText

public TGText()
Method Detail

getBeat

public TGBeat getBeat()

setBeat

public void setBeat(TGBeat beat)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

isEmpty

public boolean isEmpty()

copy

public void copy(TGText text)

clone

public TGText clone(TGFactory factory)