org.herac.tuxguitar.song.models
Class Silence

java.lang.Object
  extended by org.herac.tuxguitar.song.models.Silence
All Implemented Interfaces:
java.io.Serializable, Component

public class Silence
extends java.lang.Object
implements Component, java.io.Serializable

See Also:
Serialized Form

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

Silence

public Silence(long start,
               Duration duration)
Method Detail

getStart

public long getStart()
Specified by:
getStart in interface Component

setStart

public void setStart(long start)
Specified by:
setStart in interface Component

getDuration

public Duration getDuration()
Specified by:
getDuration in interface Component

setDuration

public void setDuration(Duration duration)
Specified by:
setDuration in interface Component

clone

public java.lang.Object clone()
Specified by:
clone in interface Component
Overrides:
clone in class java.lang.Object