Package | Description |
---|---|
eu.bandm.mugraph.base | |
eu.bandm.mugraph.model |
Umod main model class: Generic graphic back-end
for music rendering.
|
eu.bandm.mugraph.specials |
Modifier and Type | Field and Description |
---|---|
protected NoteHead |
Renderer.custos_notehead |
Modifier and Type | Field and Description |
---|---|
java.lang.Class<NoteHead> |
Parameters.custos_notehead |
Modifier and Type | Method and Description |
---|---|
(package private) Extension |
Renderer.Segment.getExtension_nh(NoteHead nh,
float factor) |
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<java.lang.Integer,NoteHead> |
Chord.left
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<java.lang.Integer,NoteHead> |
Chord.right
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
NoteHead |
NoteHead.doclone()
Clones this object.
|
NoteHead |
NoteHead.initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
CheckedMap_RD<java.lang.Integer,NoteHead> |
Chord.get_left()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<java.lang.Integer,NoteHead> |
Chord.get_right()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MultiVisit.action(NoteHead e0) |
protected void |
__Formatter.action(NoteHead el) |
protected void |
Visitor.action(NoteHead e0) |
protected void |
__TREEGEN__.Inner1.Inner2.action(NoteHead e0) |
protected void |
MATCH_ONLY_00.action(NoteHead e0) |
protected void |
Dump.action(NoteHead e0) |
protected void |
MultiVisit.descend(NoteHead e0) |
protected void |
Dump.descend(NoteHead e0) |
void |
MATCH_ONLY_00.match(NoteHead e0) |
protected void |
MultiVisit.post(NoteHead e0) |
protected void |
MultiVisit.pre(NoteHead e0) |
protected void |
Dump.printscalars(NoteHead e0) |
void |
Chord.put_left(int key0,
NoteHead value)
Convenience un-Currying method.
|
void |
Chord.put_right(int key0,
NoteHead value)
Convenience un-Currying method.
|
protected Format |
__Formatter.toFormat(NoteHead el) |
Modifier and Type | Method and Description |
---|---|
boolean |
Chord.set_left(CheckedMap_RD<java.lang.Integer,NoteHead> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
Chord.set_right(CheckedMap_RD<java.lang.Integer,NoteHead> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Class and Description |
---|---|
class |
XNoteHead |