org.herac.tuxguitar.song.models
public class Lyric extends Object
| Constructor Summary | |
|---|---|
| Lyric() | |
| Lyric(int from, String lyrics) | |
| Method Summary | |
|---|---|
| int | getFrom() |
| String[] | getLyricBeats() |
| String | getLyrics() |
| boolean | isEmpty() |
| void | setFrom(int from) |
| void | setLyrics(String lyrics) |