org.herac.tuxguitar.gui.tab

Class DurationCoords


public class DurationCoords
extends java.lang.Object

Constructor Summary

DurationCoords()

Method Summary

int
getEighthY()
NoteCoords
getNote1()
NoteCoords
getNote2()
int
getSixteenthY()
int
getSixtyFourthY()
int
getThirtySecondY()
boolean[]
getUsedStrings()
void
setEighthY(int eighthY)
void
setNote1(NoteCoords note1)
void
setNote2(NoteCoords note2)
void
setSixteenthY(int sixteenthY)
void
setSixtyFourthY(int sixtyFourthY)
void
setThirtySecondY(int thirtySecondY)
void
setUsedStrings(boolean[] usedStrings)

Constructor Details

DurationCoords

public DurationCoords()

Method Details

getEighthY

public int getEighthY()

getNote1

public NoteCoords getNote1()

getNote2

public NoteCoords getNote2()

getSixteenthY

public int getSixteenthY()

getSixtyFourthY

public int getSixtyFourthY()

getThirtySecondY

public int getThirtySecondY()

getUsedStrings

public boolean[] getUsedStrings()

setEighthY

public void setEighthY(int eighthY)

setNote1

public void setNote1(NoteCoords note1)

setNote2

public void setNote2(NoteCoords note2)

setSixteenthY

public void setSixteenthY(int sixteenthY)

setSixtyFourthY

public void setSixtyFourthY(int sixtyFourthY)

setThirtySecondY

public void setThirtySecondY(int thirtySecondY)

setUsedStrings

public void setUsedStrings(boolean[] usedStrings)