org.herac.tuxguitar.gui.chord

Class 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()

Constructor Details

ChordCreatorUtil

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

Method Details

getChord

public Chord getChord()