org.herac.tuxguitar.song.models
Class Lyric

java.lang.Object
  extended by org.herac.tuxguitar.song.models.Lyric

public class Lyric
extends java.lang.Object


Constructor Summary
Lyric()
           
Lyric(int from, java.lang.String lyrics)
           
 
Method Summary
 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

Lyric

public Lyric()

Lyric

public Lyric(int from,
             java.lang.String lyrics)
Method Detail

getFrom

public int getFrom()

setFrom

public void setFrom(int from)

getLyrics

public java.lang.String getLyrics()

setLyrics

public void setLyrics(java.lang.String lyrics)

getLyricBeats

public java.lang.String[] getLyricBeats()

isEmpty

public boolean isEmpty()