|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.herac.tuxguitar.song.models.Silence
public class Silence
Constructor Summary | |
---|---|
Silence(long start,
Duration duration)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
Duration |
getDuration()
|
long |
getStart()
|
void |
setDuration(Duration duration)
|
void |
setStart(long start)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Silence(long start, Duration duration)
Method Detail |
---|
public long getStart()
getStart
in interface Component
public void setStart(long start)
setStart
in interface Component
public Duration getDuration()
getDuration
in interface Component
public void setDuration(Duration duration)
setDuration
in interface Component
public java.lang.Object clone()
clone
in interface Component
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |