Lines Matching refs:bounds

12 function mxShapeMockupBarChart(bounds, fill, stroke, strokewidth)  argument
15 this.bounds = bounds;
113 function mxShapeMockupColumnChart(bounds, fill, stroke, strokewidth) argument
116 this.bounds = bounds;
215 function mxShapeMockupLineChart(bounds, fill, stroke, strokewidth) argument
218 this.bounds = bounds;
312 function mxShapeMockupPieChart(bounds, fill, stroke, strokewidth) argument
315 this.bounds = bounds;
428 function mxShapeMockupIconGrid(bounds, fill, stroke, strokewidth) argument
431 this.bounds = bounds;
504 function mxShapeMockupBubbleChart(bounds, fill, stroke, strokewidth) argument
507 this.bounds = bounds;
628 function mxShapeMockupGauge(bounds, fill, stroke, strokewidth) argument
631 this.bounds = bounds;
775 var handles = [Graph.createHandle(state, ['gaugePos'], function(bounds)
779 …return new mxPoint(bounds.x + bounds.width * 0.2 + gaugePos * 0.6 * bounds.width / 100, bounds.y +…
780 }, function(bounds, pt)
782 …augePos'] = Math.round(1000 * Math.max(0, Math.min(100, (pt.x - bounds.x) * 100 / bounds.width))) …
794 function mxShapeMockupPlotChart(bounds, fill, stroke, strokewidth) argument
797 this.bounds = bounds;
988 function mxShapeMockupGanttChart(bounds, fill, stroke, strokewidth) argument
991 this.bounds = bounds;
1119 function mxShapeMockupSimpleIcon(bounds, fill, stroke, strokewidth) argument
1122 this.bounds = bounds;
1165 function mxShapeMockupGraphicsAnchor(bounds, fill, stroke, strokewidth) argument
1168 this.bounds = bounds;
1197 function mxShapeMockupGraphicsRRect(bounds, fill, stroke, strokewidth) argument
1200 this.bounds = bounds;