test.tools
Class SingleMeasureArrangement

java.lang.Object
  extended bytest.tools.SingleMeasureArrangement
All Implemented Interfaces:
Arrangement

public class SingleMeasureArrangement
extends java.lang.Object
implements Arrangement

Author:
Chris

Field Summary
(package private)  int measure
           
 
Constructor Summary
SingleMeasureArrangement(int measure)
           
 
Method Summary
 java.util.List getMeasureList()
          Gets the list of Integers which are zero-based measure numbers into the song.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

measure

int measure
Constructor Detail

SingleMeasureArrangement

public SingleMeasureArrangement(int measure)
Method Detail

getMeasureList

public java.util.List getMeasureList()
Description copied from interface: Arrangement
Gets the list of Integers which are zero-based measure numbers into the song.

Specified by:
getMeasureList in interface Arrangement
Returns:
list, of Integer objects