org.herac.tuxguitar.song.models
Class TGMarker

java.lang.Object
  extended by org.herac.tuxguitar.song.models.TGMarker

public abstract class TGMarker
extends java.lang.Object


Constructor Summary
TGMarker(TGFactory factory)
           
 
Method Summary
 TGMarker clone(TGFactory factory)
           
 TGColor getColor()
           
 int getMeasure()
           
 java.lang.String getTitle()
           
 void setColor(TGColor color)
           
 void setMeasure(int measure)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGMarker

public TGMarker(TGFactory factory)
Method Detail

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)