org.herac.tuxguitar.gui.editors.tab
public class SilenceCoords extends Object implements MeasureComponent
| Constructor Summary | |
|---|---|
| SilenceCoords(Tablature tablature, MeasureCoords meassureCoords, Silence silence, int posX) | |
| Method Summary | |
|---|---|
| Component | getComponent() |
| Duration | getDuration() |
| int | getPosX() |
| int | getPosY() |
| Silence | getSilence() |
| int | getSpan() |
| long | getStart() |
| boolean | isPlaying() |
| void | paint(ViewLayout layout, GC gc, int fromX, int fromY) |
| void | setDuration(Duration duration)
Asigna la duracion del silencio |
| void | setStart(long start)
Asigna el start de el silencio |
| void | update(ViewLayout layout) |