org.herac.tuxguitar.gui.editors.fretboard

Class FretBoard

public class FretBoard extends Composite

Field Summary
static intBOTTOM_SPAN
static intMAX_FRETS
static intTOP_SPAN
Constructor Summary
FretBoard(Composite parent, TablatureEditor editor)
Method Summary
voiddispose()
static voiddisposeColors()
intgetHeight()
intgetWidth()
booleanhasChanges()
voidlayout()
voidlayout(int width, int hand)
voidloadProperties()
voidredraw()
voidredrawPlayingMode()
voidsetChanges(boolean changes)

Field Detail

BOTTOM_SPAN

public static final int BOTTOM_SPAN

MAX_FRETS

public static final int MAX_FRETS

TOP_SPAN

public static final int TOP_SPAN

Constructor Detail

FretBoard

public FretBoard(Composite parent, TablatureEditor editor)

Method Detail

dispose

public void dispose()

disposeColors

public static void disposeColors()

getHeight

public int getHeight()

getWidth

public int getWidth()

hasChanges

public boolean hasChanges()

layout

public void layout()

layout

public void layout(int width, int hand)

loadProperties

public void loadProperties()

redraw

public void redraw()

redrawPlayingMode

public void redrawPlayingMode()

setChanges

public void setChanges(boolean changes)