org.herac.tuxguitar.song.models

Class Lyric


public class Lyric
extends java.lang.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)

Constructor Details

Lyric

public Lyric()

Lyric

public Lyric(int from,
             String lyrics)

Method Details

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)