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 | Method and Description |
---|---|
(package private) Extension |
Renderer.Segment.getExtension_acc(Accidental a,
float factor) |
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<java.lang.Integer,Accidental> |
KeyPrint.accidentals
Generated by umod; model author's documentation MISSING.
|
protected CheckedMap_RD<java.lang.Integer,Accidental> |
Chord.accidentals
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
Accidental |
Accidental.doclone()
Clones this object.
|
Accidental |
Accidental.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,Accidental> |
KeyPrint.get_accidentals()
Generated by umod; model author's documentation MISSING.
|
CheckedMap_RD<java.lang.Integer,Accidental> |
Chord.get_accidentals()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MultiVisit.action(Accidental e0) |
protected void |
__Formatter.action(Accidental el) |
protected void |
Visitor.action(Accidental e0) |
protected void |
__TREEGEN__.Inner1.Inner2.action(Accidental e0) |
protected void |
MATCH_ONLY_00.action(Accidental e0) |
protected void |
Dump.action(Accidental e0) |
protected void |
MultiVisit.descend(Accidental e0) |
protected void |
Dump.descend(Accidental e0) |
void |
MATCH_ONLY_00.match(Accidental e0) |
protected void |
MultiVisit.post(Accidental e0) |
protected void |
MultiVisit.pre(Accidental e0) |
protected void |
Dump.printscalars(Accidental e0) |
void |
KeyPrint.put_accidentals(int key0,
Accidental value)
Convenience un-Currying method.
|
void |
Chord.put_accidentals(int key0,
Accidental value)
Convenience un-Currying method.
|
protected Format |
__Formatter.toFormat(Accidental el) |
Modifier and Type | Method and Description |
---|---|
boolean |
KeyPrint.set_accidentals(CheckedMap_RD<java.lang.Integer,Accidental> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
Chord.set_accidentals(CheckedMap_RD<java.lang.Integer,Accidental> val)
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Class and Description |
---|---|
class |
XAccidental |
static class |
XAccidental.DoubleFlat |
static class |
XAccidental.DoubleSharp |
static class |
XAccidental.Flat |
static class |
XAccidental.Natural |
static class |
XAccidental.Sharp |