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, stringPropertyNames
public StavePhraseProperties(java.lang.String midiFileName) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException
public void writeToFile(java.lang.String midiFileName) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public void updateStave(Stave stave)
public void updatePhrase(Phrase phrase)
public boolean isTrebleStave()
public boolean isBassStave()
public boolean isGrandStave()
public boolean isPianoStave()