Package | Description |
---|---|
eu.bandm.mugraph.base | |
eu.bandm.mugraph.model |
Umod main model class: Generic graphic back-end
for music rendering.
|
Modifier and Type | Field and Description |
---|---|
(package private) Staff |
Renderer.Segment.staff |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<Staff> |
Pager.allStaffs
Contains only those which pass through the Staff Filter of this Pager.
|
protected java.util.Map<Staff,Renderer.Segment> |
Renderer.segments
Map all Score Staff objects to one Segment object, which will hold its
graphic calculation results.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Lint.check(Staff st,
java.util.List<GraphicObject> objs) |
protected void |
Lint.err(Staff st,
int i,
java.lang.String t) |
int |
Renderer.Measure.findLatestElement(Staff staff,
Rational limit)
returns the index of the latest and right-most element which is
earlier or equal to the given time point "limit".
|
int |
Renderer.Measure.findLatestStaffLines(Staff staff,
Rational when)
Returns the index of the latest StaffLines element which is
valid at the given time point "when".
|
Renderer.RunningPrefix |
Renderer.NoteSystem.getPrefix(Staff s) |
Constructor and Description |
---|
Segment(Staff staff) |
Modifier and Type | Field and Description |
---|---|
protected Staff |
BarLineRange.from
Generated by umod; model author's documentation MISSING.
|
Staff |
Key.staff |
protected Staff |
BarLineRange.to
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Field and Description |
---|---|
protected CheckedList<Staff> |
Score.staves
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
Staff |
Staff.doclone()
Clones this object.
|
Staff |
BarLineRange.get_from()
Generated by umod; model author's documentation MISSING.
|
Staff |
BarLineRange.get_to()
Generated by umod; model author's documentation MISSING.
|
Staff |
Staff.initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
Modifier and Type | Method and Description |
---|---|
CheckedList<Staff> |
Score.get_staves()
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MultiVisit.action(Staff e0) |
protected void |
__Formatter.action(Staff el) |
protected void |
Visitor.action(Staff e0) |
protected void |
__TREEGEN__.Inner1.Inner2.action(Staff e0) |
protected void |
MATCH_ONLY_00.action(Staff e0) |
protected void |
Dump.action(Staff e0) |
protected void |
MultiVisit.descend(Staff e0) |
protected void |
Dump.descend(Staff e0) |
void |
MATCH_ONLY_00.match(Staff e0) |
protected void |
MultiVisit.post(Staff e0) |
protected void |
MultiVisit.pre(Staff e0) |
protected void |
Dump.printscalars(Staff e0) |
boolean |
BarLineRange.set_from(Staff val)
Generated by umod; model author's documentation MISSING.
|
boolean |
BarLineRange.set_to(Staff val)
Generated by umod; model author's documentation MISSING.
|
protected Format |
__Formatter.toFormat(Staff el) |
Modifier and Type | Method and Description |
---|---|
boolean |
Score.set_staves(CheckedList<Staff> val)
Generated by umod; model author's documentation MISSING.
|
Constructor and Description |
---|
BarLineRange(Staff from,
boolean fromTop,
Staff to,
boolean toBottom)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Key(Staff staff,
@Opt Rational when,
GraphicObject grob,
Key... refs) |