Home
last modified time | relevance | path

Searched refs:bounds (Results 51 – 75 of 164) sorted by relevance

1234567

/plugin/diagramsnet/lib/
H A Delectron.js1249 var pageCount = renderInfo.pageCount, bounds = null;
1253 bounds = JSON.parse(renderInfo.bounds);
1257 bounds = null;
1263 …if (bounds == null || bounds.width < 5 || bounds.height < 5) //very small page size never return f…
1273 var w = Math.ceil(bounds.width * fixingScale);
1277 var h = Math.ceil(bounds.height * fixingScale + 0.1);
1298 …var newBounds = {width: Math.ceil(bounds.width + bounds.x) + 1, height: Math.ceil(bounds.height +
1346 }, bounds.width * bounds.height < LARGE_IMAGE_AREA? 1000 : 5000);
/plugin/diagramsnet/lib/shapes/
H A DmxKubernetes.js11 function mxShapeKubernetesIcon(bounds, fill, stroke, strokewidth) argument
14 this.bounds = bounds;
H A DmxCisco19.js12 function mxShapeCisco19Rect(bounds, fill, stroke, strokewidth) argument
15 this.bounds = bounds;
H A DmxNetworks.js12 function mxShapeNetworksBus(bounds, fill, stroke, strokewidth) argument
15 this.bounds = bounds;
H A DmxAWS3D.js15 this.bounds = bounds;
65 this.bounds = bounds;
117 this.bounds = bounds;
167 this.bounds = bounds;
217 this.bounds = bounds;
264 this.bounds = bounds;
326 this.bounds = bounds;
372 this.bounds = bounds;
428 this.bounds = bounds;
476 this.bounds = bounds;
[all …]
H A DmxGCP2.js12 function mxShapeGCP2DoubleRect(bounds, fill, stroke, strokewidth) argument
15 this.bounds = bounds;
60 function mxShapeGCP2HexIcon(bounds, fill, stroke, strokewidth) argument
63 this.bounds = bounds;
H A DmxCiscoSafe.js12 function mxShapeCiscoSafeCompositeIcon(bounds, fill, stroke, strokewidth) argument
15 this.bounds = bounds;
H A DmxAtlassian.js11 function mxAtlassianJiraIssue(bounds, fill, stroke, strokewidth) argument
14 this.bounds = bounds;
/plugin/revealjs/plugin/zoom-js/
H A Dzoom.js224 var bounds = options.element.getBoundingClientRect();
226 options.x = bounds.left - padding;
227 options.y = bounds.top - padding;
228 options.width = bounds.width + ( padding * 2 );
229 options.height = bounds.height + ( padding * 2 );
/plugin/diagramsnet/lib/plugins/
H A Dnumber.js74 var bounds = new mxRectangle(state.x + state.width - 4 * scale, state.y + 4 * scale, 0, 0);
78 state.secondLabel.bounds = bounds;
/plugin/diagramsnet/lib/shapes/pid2/
H A DmxPidMisc.js12 function mxShapePidFan(bounds, fill, stroke, strokewidth) argument
15 this.bounds = bounds;
114 function mxShapePidColumn(bounds, fill, stroke, strokewidth) argument
117 this.bounds = bounds;
433 function mxShapePidConveyor(bounds, fill, stroke, strokewidth) argument
436 this.bounds = bounds;
/plugin/diagramsnet/lib/js/diagramly/
H A DDistanceGuides.js25 mxGuide.prototype.move = function (bounds, delta, gridEnabled, clone) argument
32 if (this.states != null && bounds != null && delta != null)
39 newState.x = bounds.x + xShift;
40 newState.y = bounds.y + yShift;
41 newState.width = bounds.width;
42 newState.height = bounds.height;
367 xShift = newX - bounds.x;
441 yShift = newY - bounds.y;
453 var newPoint = guideMove.call(this, bounds, eqPoint, gridEnabled, clone);
H A DmxRuler.js409 mxGuide.prototype.move = function (bounds, delta, gridEnabled, clone) argument
414 if ((isVertical && bounds.height > 4) || (!isVertical && bounds.width > 4))
441 y1 = bounds.y + ret.y + RULER_THICKNESS - this.graph.container.scrollTop;
443 y2 = y1 + bounds.height / 2;
445 y3 = y1 + bounds.height;
460 x1 = bounds.x + ret.x + RULER_THICKNESS - this.graph.container.scrollLeft;
462 x2 = x1 + bounds.width / 2;
464 x3 = x1 + bounds.width;
H A DPages.js388 var bounds = graph.getGraphBounds();
392 bounds.width, bounds.height, bounds.x, bounds.y);
1784 var bounds = graph.getBoundingBox(graph.getSelectionCells());
1788 bounds.width /= s;
1789 bounds.height /= s;
1790 bounds.x = bounds.x / s - t.x;
1791 bounds.y = bounds.y / s - t.y;
1793 …h('viewbox=' + encodeURIComponent(JSON.stringify({x: Math.round(bounds.x), y: Math.round(bounds.y),
1794 width: Math.round(bounds.width), height: Math.round(bounds.height), border: 100})));
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DComponentMover.java326 Rectangle bounds = env.getMaximumWindowBounds(); in getBoundingSize() local
327 return new Dimension(bounds.width, bounds.height); in getBoundingSize()
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js383 if (maxSize && w > 0 && h > 0 && (bounds.width > w || bounds.height > h))
385 var s = Math.round(Math.min(w / bounds.width, h / bounds.height) * 100) / 100;
391 bounds.width *= s;
392 bounds.height *= s;
2068 Math.floor((height - bounds.height * s) / 2 / s - bounds.y));
2123 return bounds;
2184 bounds), this.createDragPreview(width, height), cells, bounds);
2196 bounds), this.createDragPreview(width, height), cells, bounds);
2207 this.showTooltip(elt, cells, bounds.width, bounds.height, title, showLabel);
2343 x - bounds.width / 2, y - bounds.height / 2,
[all …]
H A DGraph.js3291 if (bounds.width == 0 || bounds.height == 0)
8204 var bounds = terminal.shape.bounds;
9722 bounds = mxRectangle.fromRectangle(bounds);
11400 if (this.bounds.width == 0 && this.bounds.height == 0)
11413 this.bounds.x += m.x * this.bounds.width;
11414 this.bounds.y += m.y * this.bounds.height;
12044 pt.y - bounds.y - bounds.height);
13250 ch[1].bounds.y = ch[0].bounds.y;
13252 ch[2].bounds.x = ch[0].bounds.x;
13255 ch[3].bounds.x = ch[1].bounds.x;
[all …]
H A DActions.js993 bounds.x = bounds.x / s - t.x;
994 bounds.y = bounds.y / s - t.y;
995 bounds.width /= s;
996 bounds.height /= s;
1000 bounds = mxRectangle.fromRectangle(bounds);
1001 bounds.add(new mxRectangle(0, 0,
1006 if (bounds.width == 0 || bounds.height == 0)
1017 bounds.x -= b.x;
1018 bounds.y -= b.y;
1019 bounds.width += b.width + b.x;
[all …]
H A DEditor.js2387 var bounds = this.getBackgroundPageBounds();
2401 this.backgroundPageShape = this.createBackgroundPageShape(bounds);
2454 this.backgroundPageShape.bounds = bounds;
2607 visible = visible && Math.min(bounds.width, bounds.height) > this.minPageBreakDist;
2609 var horizontalCount = (visible) ? Math.ceil(height / bounds.height) - 1 : 0;
2610 var verticalCount = (visible) ? Math.ceil(width / bounds.width) - 1 : 0;
2636 new mxPoint(Math.round(bounds2.x + (i + 1) * bounds.width), Math.round(bottom))];
2713 mxGraphView.prototype.createBackgroundPageShape = function(bounds) argument
2715 return new mxRectangleShape(bounds, '#ffffff', this.graph.defaultPageBorderColor);
2743 var bounds = new mxRectangle(this.scale * (this.translate.x + x0 * pw), this.scale *
[all …]
/plugin/diagramsnet/lib/shapes/bpmn/
H A DmxBpmnShape2.js27 function mxBpmnShape(bounds, fill, stroke, strokewidth) argument
30 this.bounds = bounds;
778 this.bounds = bounds;
821 function mxShapeBpmnEvent(bounds, fill, stroke, strokewidth) argument
824 this.bounds = bounds;
1366 this.bounds = bounds;
1520 function mxShapeBpmn2Task(bounds, fill, stroke, strokewidth) argument
1523 this.bounds = bounds;
1822 this.bounds = bounds;
1926 this.bounds = bounds;
[all …]
/plugin/dw2pdf/
H A Daction.php994 $bounds = [
1003 $bounds[$bound] = $value;
1009 if ($bounds['max'] < $bounds['top']) {
1010 $bounds['max'] = $bounds['top'];
1013 for ($level = $bounds['top']; $level <= $bounds['max']; $level++) {
/plugin/diagramsnet/lib/js/
H A Dshapes-14-6-5.min.js1 function mxBpmnShape(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strok…
96 function mxShapeERHas(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.stro…
101 function mxShapeERCloud(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.st…
106 function mxShapeERHierarchy(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;thi…
170 function mxShapeIOS7horButtonBar(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=…
177 function mxShapeIOS7pageControl(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e…
744 function mxShapeMockupiTextInput(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=…
1454 function mxArchiMate3Application(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=…
2534 function mxLeanRailShipment(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;thi…
2767 function mxShapePidValve(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.s…
[all …]
H A Dshapes.min.js1 function mxBpmnShape(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.strok…
47 function mxShapeERHas(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.stro…
52 function mxShapeERCloud(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.st…
57 function mxShapeERHierarchy(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;thi…
121 function mxShapeIOS7horButtonBar(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=…
128 function mxShapeIOS7pageControl(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e…
695 function mxShapeMockupiTextInput(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=…
1405 function mxArchiMate3Application(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=…
2549 function mxLeanRailShipment(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;thi…
2782 function mxShapePidValve(a,d,e,b){mxShape.call(this);this.bounds=a;this.fill=d;this.stroke=e;this.s…
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js250 var bounds = this.getTokenBounds();
251 if (bounds[0] != -1) {
252 var newValue = this.element.value.substr(0, bounds[0]);
253 var whitespace = this.element.value.substr(bounds[0]).match(/^\s+/);
256 this.element.value = newValue + value + this.element.value.substr(bounds[1]);
315 var bounds = this.getTokenBounds();
316 return this.element.value.substring(bounds[0], bounds[1]).strip();
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorPalette.java265 mxRectangle bounds = (mxGeometry) cell.getGeometry().clone(); in addTemplate() local
267 new Object[] { cell }, bounds); in addTemplate()

1234567