public class BarLineRange extends java.lang.Object implements java.lang.Cloneable, Formattable
Modifier and Type | Field and Description |
---|---|
protected Staff |
from
Generated by umod; model author's documentation MISSING.
|
protected boolean |
fromTop
Generated by umod; model author's documentation MISSING.
|
protected Staff |
to
Generated by umod; model author's documentation MISSING.
|
protected boolean |
toBottom
Generated by umod; model author's documentation MISSING.
|
format
Constructor and Description |
---|
BarLineRange() |
BarLineRange(Staff from,
boolean fromTop,
Staff to,
boolean toBottom)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
BarLineRange |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
Staff |
get_from()
Generated by umod; model author's documentation MISSING.
|
boolean |
get_fromTop()
Generated by umod; model author's documentation MISSING.
|
Staff |
get_to()
Generated by umod; model author's documentation MISSING.
|
boolean |
get_toBottom()
Generated by umod; model author's documentation MISSING.
|
BarLineRange |
initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_from(Staff val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_fromTop(boolean val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_to(Staff val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_toBottom(boolean val)
Generated by umod; model author's documentation MISSING.
|
protected Staff from
Staff
(never null)get_from()
,
set_from(eu.bandm.mugraph.model.Staff)
protected boolean fromTop
get_fromTop()
,
set_fromTop(boolean)
protected Staff to
Staff
(never null)get_to()
,
set_to(eu.bandm.mugraph.model.Staff)
protected boolean toBottom
get_toBottom()
,
set_toBottom(boolean)
public BarLineRange(Staff from, boolean fromTop, Staff to, boolean toBottom)
BarLineRange()
public BarLineRange doclone()
Cloneable
is known to
be implemented.public Format format()
format
in interface Formattable
public BarLineRange initFrom(java.lang.Object o0)
public Staff get_from()
Staff
(never null)public boolean set_from(Staff val)
public boolean get_fromTop()
public boolean set_fromTop(boolean val)
val
- the new value of type boolean(never null)fromTop
public Staff get_to()
Staff
(never null)public boolean set_to(Staff val)
public boolean get_toBottom()
public boolean set_toBottom(boolean val)
val
- the new value of type boolean(never null)toBottom