org.herac.tuxguitar.song.models
public class Tupleto extends Object implements Serializable
| Constructor Summary | |
|---|---|
| Tupleto(int enters, int times) | |
| Method Summary | |
|---|---|
| Object | clone() |
| long | convertTime(long time) |
| int | getEnters() |
| int | getTimes() |
| boolean | isEqual(Tupleto tupleto) |
| void | setEnters(int enters) |
| void | setTimes(int times) |