|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabc.notation.BarLine
abc.notation.RepeatBarLine
A special bar line that enables you to repeat part of the score.
Field Summary |
Fields inherited from class abc.notation.BarLine |
REPEAT_CLOSE, REPEAT_OPEN, SIMPLE |
Constructor Summary | |
RepeatBarLine(byte repeatsNumber)
Creates a new repeat bar line. |
Method Summary | |
byte |
getRepeatNumber()
Returns the number of times the repeat should occur. |
java.lang.String |
toString()
Returns a string representation of this repeat barline. |
Methods inherited from class abc.notation.BarLine |
convertToBarLine, getType |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RepeatBarLine(byte repeatsNumber)
repeatsNumber
- The number of times the repeat should occur.Method Detail |
public byte getRepeatNumber()
public java.lang.String toString()
toString
in class BarLine
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |