|
abc4j API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectabc.notation.BarLine
abc.notation.RepeatBarLine
public class RepeatBarLine
A special bar line that enables you to repeat part of music from a tune.
| 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
|
abc4j API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||