public class StavePhraseProperties
extends java.util.Properties
| Constructor and Description |
|---|
StavePhraseProperties(Stave stave,
Phrase phrase) |
StavePhraseProperties(java.lang.String midiFileName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBassStave() |
boolean |
isGrandStave() |
boolean |
isPianoStave() |
boolean |
isTrebleStave() |
void |
updatePhrase(Phrase phrase) |
void |
updateStave(Stave stave) |
void |
writeToFile(java.lang.String midiFileName) |
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNamespublic StavePhraseProperties(java.lang.String midiFileName)
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionpublic void writeToFile(java.lang.String midiFileName)
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionpublic void updateStave(Stave stave)
public void updatePhrase(Phrase phrase)
public boolean isTrebleStave()
public boolean isBassStave()
public boolean isGrandStave()
public boolean isPianoStave()