org.herac.tuxguitar.song.models

Class Lyric

public class Lyric extends Object

Constructor Summary
Lyric()
Lyric(int from, String lyrics)
Method Summary
intgetFrom()
String[]getLyricBeats()
StringgetLyrics()
booleanisEmpty()
voidsetFrom(int from)
voidsetLyrics(String lyrics)

Constructor Detail

Lyric

public Lyric()

Lyric

public Lyric(int from, String lyrics)

Method Detail

getFrom

public int getFrom()

getLyricBeats

public String[] getLyricBeats()

getLyrics

public String getLyrics()

isEmpty

public boolean isEmpty()

setFrom

public void setFrom(int from)

setLyrics

public void setLyrics(String lyrics)