ritornello.core.performance
Class TimeSignature

java.lang.Object
  |
  +--ritornello.core.performance.TimeSignature

public class TimeSignature
extends java.lang.Object


Constructor Summary
TimeSignature()
           
 
Method Summary
 int getBeats()
          Returns the beats from time.
 int getBeatType()
          Returns the beat type from the time.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeSignature

public TimeSignature()
Method Detail

getBeats

public int getBeats()
Returns the beats from time.

Returns:
int

getBeatType

public int getBeatType()
Returns the beat type from the time.

Returns:
int