|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupSymbol | |
|---|---|
| net.charlesames.music.ensemble | Classes in package music.ensemble define the structure of scores. |
| net.charlesames.music.musicxml | The purpose of package music.musicxml is to generate files in MusicXML format. |
| net.charlesames.music.musicxml.attribute | |
| Uses of GroupSymbol in net.charlesames.music.ensemble |
|---|
| Methods in net.charlesames.music.ensemble that return GroupSymbol | |
|---|---|
GroupSymbol |
EnsembleChoir.getMusicXmlPartGroupSymbol()
Get the MusicXML part-group display type. |
| Methods in net.charlesames.music.ensemble with parameters of type GroupSymbol | |
|---|---|
void |
EnsembleChoir.setMusicXmlPartGroupSymbol(GroupSymbol musicXmlPartGroupSymbol)
Set the MusicXML part-group display type. |
| Uses of GroupSymbol in net.charlesames.music.musicxml |
|---|
| Methods in net.charlesames.music.musicxml that return GroupSymbol | |
|---|---|
GroupSymbol |
PartGroup.getSymbol()
Getter for the Symbol property. |
| Methods in net.charlesames.music.musicxml with parameters of type GroupSymbol | |
|---|---|
PartGroup |
ScorePartwise.createPartGroup(int number,
StartStop type,
java.lang.String name,
GroupSymbol symbol)
Create a new <@link PartGroup> instance with the indicated parameters. |
void |
PartGroup.setSymbol(GroupSymbol symbol)
Setter for the Symbol property. |
| Uses of GroupSymbol in net.charlesames.music.musicxml.attribute |
|---|
| Methods in net.charlesames.music.musicxml.attribute that return GroupSymbol | |
|---|---|
static GroupSymbol |
GroupSymbol.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GroupSymbol[] |
GroupSymbol.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||