|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Credit | |
|---|---|
| net.charlesames.music.musicxml | The purpose of package music.musicxml is to generate files in MusicXML format. |
| Uses of Credit in net.charlesames.music.musicxml |
|---|
| Methods in net.charlesames.music.musicxml that return Credit | |
|---|---|
static Credit |
Credit.fromXmlNode(org.w3c.dom.Element element,
MusicXmlScore container)
Create a new Credit instance and fill it with loaded data. |
static Credit |
Credit.getInstance(MusicXmlScore container)
Create a new Credit instance. |
| Methods in net.charlesames.music.musicxml that return types with arguments of type Credit | |
|---|---|
java.util.List<Credit> |
MusicXmlScore.getCredits()
Get all <@link Credit> instances. |
| Methods in net.charlesames.music.musicxml with parameters of type Credit | |
|---|---|
void |
MusicXmlScore.addCredit(Credit credit)
Add a credit. |
static CreditWords |
CreditWords.fromXmlNode(org.w3c.dom.Element element,
Credit container)
Create a new CreditWords instance and fill it with loaded data. |
static CreditWords |
CreditWords.getInstance(Credit container)
Create a new CreditWords instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||