|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfugue.Measure
public class Measure
Represents a measure marker. This has no bearing on the audio produced, but is useful for making music strings more readable, and for listening to progress as a song is played.
Constructor Summary | |
---|---|
Measure()
Creates a new Measure object, which is simply an indicator that a measure line has been parsed in a MusicString |
Method Summary | |
---|---|
java.lang.String |
getMusicString()
Returns the Music String representing this element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Measure()
Method Detail |
---|
public java.lang.String getMusicString()
|
getMusicString
in interface JFugueElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |