org.herac.tuxguitar.gui.editors.tab
public interface MeasureComponent
Method Summary | |
---|---|
Component | getComponent() |
Duration | getDuration() |
int | getPosX() |
int | getPosY() |
int | getSpan() |
long | getStart() |
boolean | isPlaying() |
void | paint(ViewLayout layout, GC gc, int fromX, int fromY) |
void | setDuration(Duration duration) |
void | setStart(long start) |
void | update(ViewLayout layout) |