org.herac.tuxguitar.song.models

Class Silence

Implemented Interfaces:
Component, Serializable

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

Constructor Summary

Silence(long start, Duration duration)

Method Summary

Object
clone()
Duration
getDuration()
long
getStart()
void
setDuration(Duration duration)
void
setStart(long start)

Constructor Details

Silence

public Silence(long start,
               Duration duration)

Method Details

clone

public Object clone()
Specified by:
clone in interface Component

getDuration

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

getStart

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

setDuration

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

setStart

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