org.herac.tuxguitar.gui.editors.chord
Class ChordCreatorUtil

java.lang.Object
  extended by org.herac.tuxguitar.gui.editors.chord.ChordCreatorUtil

public class ChordCreatorUtil
extends java.lang.Object


Constructor Summary
ChordCreatorUtil(int[] tunning, int[] requiredNotes, int tonic, int fret1, int fret2)
           
 
Method Summary
 Chord getChord()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChordCreatorUtil

public ChordCreatorUtil(int[] tunning,
                        int[] requiredNotes,
                        int tonic,
                        int fret1,
                        int fret2)
Method Detail

getChord

public Chord getChord()