org.herac.tuxguitar.song.models.effects
public class TrillEffect extends Object
| Constructor Summary | |
|---|---|
| TrillEffect(int fret, int value) | |
| TrillEffect(int fret, Duration duration) | |
| Method Summary | |
|---|---|
| Object | clone() |
| Duration | getDuration() |
| int | getFret() |
| void | setDuration(Duration duration) |
| void | setFret(int fret) |