org.herac.tuxguitar.io.abc.base
Class ABCTempoChange

java.lang.Object
  extended byorg.herac.tuxguitar.io.abc.base.ABCTempoChange

public class ABCTempoChange
extends java.lang.Object


Constructor Summary
ABCTempoChange(int measure, int tempo)
           
 
Method Summary
 int getMeasure()
           
 int getTempo()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ABCTempoChange

public ABCTempoChange(int measure,
                      int tempo)
Method Detail

getMeasure

public int getMeasure()

getTempo

public int getTempo()

toString

public java.lang.String toString()