Searched refs:barY (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/shapes/er/ |
H A D | mxER.js | 159 var barY = fontSize * 1.25; 172 h = Math.max(h, 2 * rSize, (attributes.length + 1) * barY); 175 this.shapes(c, x, y, w, h, fontSize, mainColor, attrColor, rSize, barY); 227 c.lineTo(w, barY); 228 c.lineTo(0, barY); 234 c.moveTo(w, barY); 239 c.lineTo(0, barY); 248 c.lineTo(w, barY); 249 c.lineTo(0, barY); 255 c.moveTo(0, barY); [all …]
|
/plugin/diagramsnet/lib/shapes/mockup/ |
H A D | mxMockupContainers.js | 91 var barY = h - barHeight; 102 c.moveTo(0, barY); 103 c.lineTo(barEnd, barY); 107 c.moveTo(barEnd, barY); 108 c.lineTo(w, barY); 114 c.ellipse(barEnd - buttonR, barY - buttonR, 2 * buttonR, 2 * buttonR); 119 c.ellipse(barEnd - buttonR * 0.5, barY - buttonR * 0.5, buttonR, buttonR);
|