Package | Description |
---|---|
eu.bandm.mugraph.base | |
eu.bandm.mugraph.model |
Umod main model class: Generic graphic back-end
for music rendering.
|
Modifier and Type | Class and Description |
---|---|
class |
XChord |
Modifier and Type | Method and Description |
---|---|
(package private) Extension |
Renderer.Segment.getExtension_chord(Chord e,
float linedistance,
float sizefactor) |
Modifier and Type | Field and Description |
---|---|
protected Chord |
Cluster.middle
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedList<Chord> |
Cluster.lefts
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<Chord> |
Cluster.rights
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
Chord |
Chord.doclone()
Clones this object.
|
Chord |
Cluster.get_middle()
Generated by umod; model author's documentation MISSING.
|
Chord |
Chord.initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
CheckedList<Chord> |
Cluster.get_lefts()
Generated by umod; model author's documentation MISSING.
|
CheckedList<Chord> |
Cluster.get_rights()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MultiVisit.action(Chord e0) |
protected void |
__Formatter.action(Chord el) |
protected void |
Visitor.action(Chord e0) |
protected void |
__TREEGEN__.Inner1.Inner2.action(Chord e0) |
protected void |
MATCH_ONLY_00.action(Chord e0) |
protected void |
Dump.action(Chord e0) |
protected void |
MultiVisit.descend(Chord e0) |
protected void |
Dump.descend(Chord e0) |
void |
MATCH_ONLY_00.match(Chord e0) |
protected void |
MultiVisit.post(Chord e0) |
protected void |
MultiVisit.pre(Chord e0) |
protected void |
Dump.printscalars(Chord e0) |
boolean |
Cluster.set_middle(Chord val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
__Formatter.toFormat(Chord el) |
Modifier and Type | Method and Description |
---|---|
boolean |
Cluster.set_lefts(CheckedList<Chord> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
Cluster.set_rights(CheckedList<Chord> val)
Generated by umod; model author's documentation MISSING.
|
Constructor and Description |
---|
Cluster(Rational when,
Chord middle)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |