Lines Matching refs:border

179 					if (this.graphConfig.border != null)
181 root.style.padding = this.graphConfig.border + 'px';
419 this.graph.border = (this.graphConfig.border != null) ? this.graphConfig.border : 8;
763 if (tmp.width + 2 * this.graph.border > container.offsetWidth - 2)
858 2 * this.graph.border + 1));
900 this.updateContainerWidth(container, bounds.width + 2 * this.graph.border);
905 …ateContainerHeight(container, Math.max(this.minHeight, bounds.height + 2 * this.graph.border + 1));
957 bounds.width + 2 * this.graph.border > container.offsetWidth ||
958 bounds.height + 2 * this.graph.border > maxHeight))
962 if (maxHeight != null && bounds.height + 2 * this.graph.border > maxHeight - 2)
964 maxScale = (maxHeight - 2 * this.graph.border - 2) / bounds.height;
977 …this.graph.view.setTranslate(Math.floor(this.graph.border - bounds.x / this.graph.view.scale) + or…
978 Math.floor(this.graph.border - bounds.y / this.graph.view.scale) + origin.y);
1010 var border = graph.border;
1012 var x0 = (bounds.x != null) ? Math.floor(graph.view.translate.x - bounds.x / s + border) : border;
1013 var y0 = (bounds.y != null) ? Math.floor(graph.view.translate.y - bounds.y / s + border) : border;
1459 layersDialog.style.border = '1px solid #d0d0d0';
1505 tagsComponent.div.style.border = '1px solid #d0d0d0';
1583 var prevBorder = container.style.border;
1589 toolbar.style.border = '1px solid #d0d0d0';
1622 container.style.border = '1px solid #d0d0d0';
1640 container.style.border = prevBorder;
1953 lightbox.style.border = '1px solid #c0c0c0';