org.herac.tuxguitar.song.util
Class NoteMaker

java.lang.Object
  extended by org.herac.tuxguitar.song.util.NoteMaker

public class NoteMaker
extends java.lang.Object


Constructor Summary
NoteMaker()
           
 
Method Summary
 int getStringForValue(java.util.List strings, int value)
           
 void getStringsForValues(java.util.List strings, int[] values)
           
static void main(java.lang.String[] s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoteMaker

public NoteMaker()
Method Detail

main

public static void main(java.lang.String[] s)

getStringsForValues

public void getStringsForValues(java.util.List strings,
                                int[] values)

getStringForValue

public int getStringForValue(java.util.List strings,
                             int value)