|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfugue.Tempo
public class Tempo
Represents tempo changes. Tempo is kept for the whole song, and is independent of tracks. You may change the tempo during a song.
| Constructor Summary | |
|---|---|
Tempo(int tempo)
Creates a new Tempo object, with the specified tempo value. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMusicString()
Returns the Music String representing this element and all of its settings. |
int |
getTempo()
Returns the value of the tempo for this object. |
void |
setTempo(int tempo)
Sets the value of the tempo for this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Tempo(int tempo)
tempo - the tempo for this object| Method Detail |
|---|
public void setTempo(int tempo)
tempo - the tempo for this objectpublic int getTempo()
public java.lang.String getMusicString()
Ttempo
getMusicString in interface JFugueElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||