org.herac.tuxguitar.gui.editors.tab
Interface MeasureComponent

All Known Implementing Classes:
NoteCoords, SilenceCoords

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)
           
 

Method Detail

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()