org.jfugue
Interface JFugueElement

All Known Implementing Classes:
Controller, Note, Tempo, Voice, Instrument

public interface JFugueElement

This is the base class for the JFugue elements, including Voice, Instrument, Note, Controller, and Tempo. It requires that elements be able to return a Music String representation of their settings.

Version:
2.0
Author:
David Koelle

Method Summary
 java.lang.String musicString()
          Returns the Music String representing this element and all of its settings.
 

Method Detail

musicString

public java.lang.String musicString()
Returns the Music String representing this element and all of its settings.
Returns:
the Music String for this element