public class Score extends Visible
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigDecimal |
start
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<Staff> |
staves
Generated by umod; model author's documentation MISSING.
|
glyph, logicalColor, logicalSizelocation, semanticsformat| Constructor and Description |
|---|
Score()
Synthetic minimal constructor provided by the umod compiler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
descend_staves(MATCH_ONLY_00 visitor) |
Score |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
java.math.BigDecimal |
get_start()
Generated by umod; model author's documentation MISSING.
|
CheckedList<Staff> |
get_staves()
Generated by umod; model author's documentation MISSING.
|
Score |
initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_start(java.math.BigDecimal val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_staves(CheckedList<Staff> val)
Generated by umod; model author's documentation MISSING.
|
doPrint, get_glyph, get_logicalColor, get_logicalSize, set_glyph, set_logicalColor, set_logicalSizeget_location, get_rawExtension, get_semantics, set_location, set_semanticsprotected CheckedList<Staff> staves
CheckedList<Staff(never
null)>(never null)protected java.math.BigDecimal start
BigDecimal(maybe
null)get_start(),
set_start(java.math.BigDecimal)public Score()
public Score doclone()
Cloneable is known to
be implemented.public Format format()
format in interface Formattableformat in class Visiblepublic Score initFrom(java.lang.Object o0)
public CheckedList<Staff> get_staves()
CheckedList<Staff(never
null)>(never null)public boolean set_staves(CheckedList<Staff> val)
val - the new value of type CheckedList<Staff(never
null)>(never null)stavespublic void descend_staves(MATCH_ONLY_00 visitor)
public java.math.BigDecimal get_start()
BigDecimal(maybe
null)public boolean set_start(java.math.BigDecimal val)
val - the new value of type BigDecimal(maybe
null)start