|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MusicXmlScore | |
|---|---|
| net.charlesames.music.musicxml | The purpose of package music.musicxml is to generate files in MusicXML format. |
| Uses of MusicXmlScore in net.charlesames.music.musicxml |
|---|
| Subclasses of MusicXmlScore in net.charlesames.music.musicxml | |
|---|---|
class |
ScorePartwise
The ScorePartwise, implements the MusicXML <score-partwise> element. |
| Methods in net.charlesames.music.musicxml that return MusicXmlScore | |
|---|---|
MusicXmlScore |
Identification.getContainer()
|
static MusicXmlScore |
MusicXmlScore.load(java.io.File file)
Load a MusicXML document. |
| Methods in net.charlesames.music.musicxml with parameters of type MusicXmlScore | |
|---|---|
static Credit |
Credit.fromXmlNode(org.w3c.dom.Element element,
MusicXmlScore container)
Create a new Credit instance and fill it with loaded data. |
static Identification |
Identification.getInstance(MusicXmlScore container)
Create a new Identification instance. |
static Credit |
Credit.getInstance(MusicXmlScore container)
Create a new Credit instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||