|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.herac.tuxguitar.song.models.TGLyric
public abstract class TGLyric
Constructor Summary | |
---|---|
TGLyric()
|
Method Summary | |
---|---|
void |
copy(TGLyric lyric)
|
int |
getFrom()
|
java.lang.String[] |
getLyricBeats()
|
java.lang.String |
getLyrics()
|
boolean |
isEmpty()
|
void |
setFrom(int from)
|
void |
setLyrics(java.lang.String lyrics)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TGLyric()
Method Detail |
---|
public int getFrom()
public void setFrom(int from)
public java.lang.String getLyrics()
public void setLyrics(java.lang.String lyrics)
public java.lang.String[] getLyricBeats()
public boolean isEmpty()
public void copy(TGLyric lyric)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |