org.herac.tuxguitar.song.models
Class MeasureHeader
public
class
MeasureHeader
extends Object
implements Serializable
public static final int TRIPLET_FEEL_EIGHTH
public static final int TRIPLET_FEEL_NONE
public static final int TRIPLET_FEEL_SIXTEENTH
public MeasureHeader(int number, long start,
TimeSignature timeSignature,
Tempo tempo,
Marker marker, int tripletFeel, boolean repeatStart, int numberOfRepetitions)
public Object clone()
public long getLength()
public int getNumber()
public int getNumberOfRepetitions()
public long getStart()
public long getStartWidthRepetitions()
public int getTripletFeel()
public boolean hasMarker()
public boolean isRepeatStart()
public void setMarker(
Marker marker)
public void setNumber(int number)
public void setNumberOfRepetitions(int numberOfRepetitions)
public void setRepeatStart(boolean repeatStart)
public void setStart(long start)
public void setStartWidthRepetitions(long startWidthRepetitions)
public void setTempo(
Tempo tempo)
public void setTripletFeel(int tripletFeel)