org.herac.tuxguitar.gui.editors.tab
Interface MeasureComponent
- All Known Implementing Classes:
- NoteCoords, SilenceCoords
public interface MeasureComponent
getComponent
Component getComponent()
update
void update(ViewLayout layout)
paint
void paint(ViewLayout layout,
GC gc,
int fromX,
int fromY)
setDuration
void setDuration(Duration duration)
getDuration
Duration getDuration()
setStart
void setStart(long start)
getStart
long getStart()
getPosX
int getPosX()
getPosY
int getPosY()
getSpan
int getSpan()
isPlaying
boolean isPlaying()