public class Stem extends Visible
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
beamGroup
Generated by umod; model author's documentation MISSING.
|
protected boolean |
crossed
Generated by umod; model author's documentation MISSING.
|
protected int |
flags
Generated by umod; model author's documentation MISSING.
|
protected int |
leftLong
Generated by umod; model author's documentation MISSING.
|
protected int |
leftShort
Generated by umod; model author's documentation MISSING.
|
protected java.lang.Float |
length
Generated by umod; model author's documentation MISSING.
|
protected int |
rightLong
Generated by umod; model author's documentation MISSING.
|
protected int |
rightShort
Generated by umod; model author's documentation MISSING.
|
protected int |
tremoli
Generated by umod; model author's documentation MISSING.
|
glyph, logicalColor, logicalSize
location, semantics
format
Constructor and Description |
---|
Stem()
Synthetic minimal constructor provided by the umod compiler.
|
Stem(java.lang.Float length,
java.lang.Integer beamGroup)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Stem(java.lang.Float length,
java.lang.Integer beamGroup,
boolean crossed,
int tremoli)
Constructor generated according to specification #2
Constructor defined according to directive "C 2/..". |
Stem(java.lang.Float length,
java.lang.Integer beamGroup,
int flags,
int leftLong,
int leftShort,
int rightLong,
int rightShort)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
Modifier and Type | Method and Description |
---|---|
Stem |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
java.lang.Integer |
get_beamGroup()
Generated by umod; model author's documentation MISSING.
|
boolean |
get_crossed()
Generated by umod; model author's documentation MISSING.
|
int |
get_flags()
Generated by umod; model author's documentation MISSING.
|
int |
get_leftLong()
Generated by umod; model author's documentation MISSING.
|
int |
get_leftShort()
Generated by umod; model author's documentation MISSING.
|
java.lang.Float |
get_length()
Generated by umod; model author's documentation MISSING.
|
int |
get_rightLong()
Generated by umod; model author's documentation MISSING.
|
int |
get_rightShort()
Generated by umod; model author's documentation MISSING.
|
int |
get_tremoli()
Generated by umod; model author's documentation MISSING.
|
Stem |
initFrom(java.lang.Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_beamGroup(java.lang.Integer val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_crossed(boolean val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_flags(int val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_leftLong(int val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_leftShort(int val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_length(java.lang.Float val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_rightLong(int val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_rightShort(int val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_tremoli(int val)
Generated by umod; model author's documentation MISSING.
|
doPrint, get_glyph, get_logicalColor, get_logicalSize, set_glyph, set_logicalColor, set_logicalSize
get_location, get_rawExtension, get_semantics, set_location, set_semantics
protected java.lang.Float length
get_length()
,
set_length(java.lang.Float)
protected java.lang.Integer beamGroup
get_beamGroup()
,
set_beamGroup(java.lang.Integer)
protected int flags
get_flags()
,
set_flags(int)
protected int leftLong
get_leftLong()
,
set_leftLong(int)
protected int leftShort
get_leftShort()
,
set_leftShort(int)
protected int rightLong
get_rightLong()
,
set_rightLong(int)
protected int rightShort
get_rightShort()
,
set_rightShort(int)
protected boolean crossed
get_crossed()
,
set_crossed(boolean)
protected int tremoli
get_tremoli()
,
set_tremoli(int)
public Stem(java.lang.Float length, java.lang.Integer beamGroup)
public Stem(java.lang.Float length, java.lang.Integer beamGroup, int flags, int leftLong, int leftShort, int rightLong, int rightShort)
public Stem(java.lang.Float length, java.lang.Integer beamGroup, boolean crossed, int tremoli)
public Stem()
public Stem doclone()
Cloneable
is known to
be implemented.public Format format()
format
in interface Formattable
format
in class Visible
public Stem initFrom(java.lang.Object o0)
public java.lang.Float get_length()
public boolean set_length(java.lang.Float val)
val
- the new value of type java.lang.Float(maybe null)length
public java.lang.Integer get_beamGroup()
public boolean set_beamGroup(java.lang.Integer val)
val
- the new value of type java.lang.Integer(maybe null)beamGroup
public int get_flags()
public boolean set_flags(int val)
val
- the new value of type int(never null)flags
public int get_leftLong()
public boolean set_leftLong(int val)
val
- the new value of type int(never null)leftLong
public int get_leftShort()
public boolean set_leftShort(int val)
val
- the new value of type int(never null)leftShort
public int get_rightLong()
public boolean set_rightLong(int val)
val
- the new value of type int(never null)rightLong
public int get_rightShort()
public boolean set_rightShort(int val)
val
- the new value of type int(never null)rightShort
public boolean get_crossed()
public boolean set_crossed(boolean val)
val
- the new value of type boolean(never null)crossed
public int get_tremoli()
public boolean set_tremoli(int val)
val
- the new value of type int(never null)tremoli