org.herac.tuxguitar.gui.editors.tab
public class MeasureHeaderGui extends Object
Field Summary | |
---|---|
static int | DEFAULT_LEFT_SPAN
Espacio por defecto a la izquierda |
static int | DEFAULT_RIGHT_SPAN
Espacio por defecto a la derecha |
static int | DEFAULT_TIME_SIGNATURE_SPAN
Espacio por defecto del timeSignature |
Constructor Summary | |
---|---|
MeasureHeaderGui(MeasureHeader header) |
Method Summary | |
---|---|
void | calculateMeasureChanges(ViewLayout layout) |
void | calculateWidth()
Calcula el width del compas |
int | getClefSpan() |
int | getFirstNoteSpan() |
int | getKeySignatureSpan() |
int | getMaxQuarterSpan() |
int | getTempoSpan() |
int | getTimeSignatureSpan() |
int | getTripletFeelSpan() |
int | getWidth() |
void | notifyClefSpan(int span) |
void | notifyKeySignatureSpan(int span) |
void | notifyQuarterSpan(int span) |
void | reset() |
boolean | shouldPaintTempo() |
boolean | shouldPaintTimeSignature() |
boolean | shouldPaintTripletFeel() |
void | update(ViewLayout layout) |