org.herac.tuxguitar.gui.editors.tab
Class DurationCoords

java.lang.Object
  extended by org.herac.tuxguitar.gui.editors.tab.DurationCoords

public class DurationCoords
extends java.lang.Object


Constructor Summary
DurationCoords()
           
 
Method Summary
 NoteCoords getNote1()
           
 NoteCoords getNote2()
           
 boolean[] getUsedStrings()
           
 void setNote1(NoteCoords note1)
           
 void setNote2(NoteCoords note2)
           
 void setUsedStrings(boolean[] usedStrings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DurationCoords

public DurationCoords()
Method Detail

getUsedStrings

public boolean[] getUsedStrings()

setUsedStrings

public void setUsedStrings(boolean[] usedStrings)

getNote1

public NoteCoords getNote1()

setNote1

public void setNote1(NoteCoords note1)

getNote2

public NoteCoords getNote2()

setNote2

public void setNote2(NoteCoords note2)