org.herac.tuxguitar.song.models
Class TGMarker
java.lang.Object
org.herac.tuxguitar.song.models.TGMarker
public abstract class TGMarker
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TGMarker
public TGMarker(TGFactory factory)
getMeasure
public int getMeasure()
setMeasure
public void setMeasure(int measure)
getTitle
public java.lang.String getTitle()
setTitle
public void setTitle(java.lang.String title)
getColor
public TGColor getColor()
setColor
public void setColor(TGColor color)
clone
public TGMarker clone(TGFactory factory)