org.herac.tuxguitar.song.models
public class Silence extends 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) |