org.herac.tuxguitar.io.ptb.base
Class PTTempo

java.lang.Object
  extended by org.herac.tuxguitar.io.ptb.base.PTTempo
All Implemented Interfaces:
PTComponent

public class PTTempo
extends java.lang.Object
implements PTComponent


Constructor Summary
PTTempo(int tempo, int tripletFeel)
           
 
Method Summary
 PTComponent getClone()
           
 int getTempo()
           
 int getTripletFeel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTTempo

public PTTempo(int tempo,
               int tripletFeel)
Method Detail

getTempo

public int getTempo()

getTripletFeel

public int getTripletFeel()

getClone

public PTComponent getClone()
Specified by:
getClone in interface PTComponent