public class XChord extends Chord
Modifier and Type | Class and Description |
---|---|
static class |
XChord.Align |
Modifier and Type | Field and Description |
---|---|
protected XChord.Align |
align |
protected Extension |
extNoteheads |
protected boolean |
initDone |
protected boolean |
leftIsMain |
protected float |
leftNhBottom |
protected float |
leftNhTop |
protected float |
leftNhWidth |
protected float |
nhBottom |
protected float |
nhTop |
protected boolean |
rightIsMain |
protected float |
rightNhBottom |
protected float |
rightNhTop |
protected float |
rightNhWidth |
accidentals, dots, left, right, stemDown, stemUp, ties
when
glyph, logicalColor, logicalSize
location, semantics
format
Modifier and Type | Method and Description |
---|---|
protected void |
circle(java.awt.Graphics2D gr,
float x,
float y,
float radius) |
void |
doPrint(PrintContext pr,
int index,
float column_xpos,
float aux,
float ypos,
float ydist,
GraphicObject master) |
protected boolean |
has(Stem stem) |
protected void |
init() |
protected void |
print1dot(java.awt.Graphics2D gr,
int num,
float ypos,
float xstart,
float xdist,
float radius) |
protected void |
print2dots(java.awt.Graphics2D gr,
int num,
float ypos,
float ydist,
float xstart,
float xdist,
float radius) |
containsKey_accidentals, containsKey_dots, containsKey_left, containsKey_right, containsKey_ties, descend_0_accidentals, descend_0_left, descend_0_right, descend_accidentals, descend_left, descend_right, doclone, format, get_accidentals, get_dots, get_left, get_right, get_stemDown, get_stemUp, get_ties, initFrom, put_accidentals, put_dots, put_left, put_right, put_ties, set_accidentals, set_dots, set_left, set_right, set_stemDown, set_stemUp, set_ties
get_when, set_when
get_glyph, get_logicalColor, get_logicalSize, set_glyph, set_logicalColor, set_logicalSize
get_location, get_rawExtension, get_semantics, set_location, set_semantics
protected boolean initDone
protected boolean leftIsMain
protected boolean rightIsMain
protected float leftNhWidth
protected float rightNhWidth
protected float leftNhTop
protected float leftNhBottom
protected float rightNhTop
protected float rightNhBottom
protected float nhTop
protected float nhBottom
protected XChord.Align align
protected Extension extNoteheads
public XChord(Rational when)
protected void init()
public void doPrint(PrintContext pr, int index, float column_xpos, float aux, float ypos, float ydist, GraphicObject master)
protected void print1dot(java.awt.Graphics2D gr, int num, float ypos, float xstart, float xdist, float radius)
protected void print2dots(java.awt.Graphics2D gr, int num, float ypos, float ydist, float xstart, float xdist, float radius)
protected void circle(java.awt.Graphics2D gr, float x, float y, float radius)
protected boolean has(Stem stem)