Package | Description |
---|---|
eu.bandm.mugraph.model |
Umod main model class: Generic graphic back-end
for music rendering.
|
Modifier and Type | Field and Description |
---|---|
protected Halign |
TextEvent.halign
Generated by umod; model author's documentation MISSING.
|
Modifier and Type | Method and Description |
---|---|
Halign |
TextEvent.get_halign()
Generated by umod; model author's documentation MISSING.
|
static Halign |
Halign.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Halign[] |
Halign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TextEvent.set_halign(Halign val)
Generated by umod; model author's documentation MISSING.
|