|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoteListInstrument | |
|---|---|
| net.charlesames.music.ensemble | Classes in package music.ensemble define the structure of scores. |
| Uses of NoteListInstrument in net.charlesames.music.ensemble |
|---|
| Methods in net.charlesames.music.ensemble that return NoteListInstrument | |
|---|---|
NoteListInstrument |
Ensemble.createNoteListInstrument(int id,
java.lang.String name)
Create an NoteListInstrument instance with the indicated id and name. |
static NoteListInstrument |
NoteListInstrumentLink.fromXmlNode(org.w3c.dom.Element element,
Ensemble ensemble)
Create a new NoteListInstrument instance and fill it with loaded data. |
static NoteListInstrument |
NoteListInstrument.fromXmlNode(org.w3c.dom.Element element,
Ensemble ensemble)
Create a new NoteListInstrument instance and fill it with loaded data. |
NoteListInstrument |
NoteListParameter.getContainer()
|
NoteListInstrument |
NoteListInstrumentContour.getContainer()
Deprecated. Get the NoteListInstrument to which this contour reference applies. |
NoteListInstrument |
NoteListInstrumentLink.getNoteListInstrument()
Get the NoteListInstrument referenced by this link. |
NoteListInstrument |
Ensemble.getNoteListInstrument(int id)
Get an NoteListInstrument instance with the indicated id. |
NoteListInstrument |
Ensemble.getNoteListInstrument(java.lang.String name)
Get an NoteListInstrument instance with the indicated name. |
| Methods in net.charlesames.music.ensemble that return types with arguments of type NoteListInstrument | |
|---|---|
java.util.SortedMap<java.lang.Integer,NoteListInstrument> |
Ensemble.getNoteListInstrumentsByID()
|
java.util.SortedMap<java.lang.String,NoteListInstrument> |
Ensemble.getNoteListInstrumentsByName()
|
| Methods in net.charlesames.music.ensemble with parameters of type NoteListInstrument | |
|---|---|
static NoteListParameter |
NoteListParameter.fromXmlNode(org.w3c.dom.Element element,
NoteListInstrument container)
Create a new NoteListParameter instance and fill it with loaded data. |
static NoteListInstrumentContour |
NoteListInstrumentContour.fromXmlNode(org.w3c.dom.Element element,
NoteListInstrument instrument)
Deprecated. Create a new {code NoteListInstrumentContour} instance and fill it with loaded data. |
void |
NoteListInstrumentLink.setNoteListInstrument(NoteListInstrument noteListInstrument)
Set the target of this NoteListInstrumentLink to the indicated NoteListInstrument. |
| Constructors in net.charlesames.music.ensemble with parameters of type NoteListInstrument | |
|---|---|
NoteListParameter(NoteListInstrument container,
int id,
java.lang.String name)
Constructor for NoteListParameter instances |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||