org.jfugue
Class Measure

java.lang.Object
  extended by org.jfugue.Measure
All Implemented Interfaces:
JFugueElement

public class Measure
extends java.lang.Object
implements JFugueElement

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.

Version:
3.0
Author:
David Koelle

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

Measure

public Measure()
Creates a new Measure object, which is simply an indicator that a measure line has been parsed in a MusicString

Method Detail

getMusicString

public java.lang.String getMusicString()
Returns the Music String representing this element. For a Measure object, the Music String is |

Specified by:
getMusicString in interface JFugueElement
Returns:
the Music String for this element