Lines Matching refs:image

374image=document.createElement("img");this.image.setAttribute("src",a);this.image.setAttribute("alig…
499 mxXmlCanvas2D.prototype.image=function(a,b,c,d,e,f,g,k){e=this.converter.convert(e);var l=this.crea… method in mxXmlCanvas2D
533 mxSvgCanvas2D.prototype.image=function(a,b,c,d,e,f,g,k){e=this.converter.convert(e);f=null!=f?f:!0;… method in mxSvgCanvas2D
625 …)*n);else if("image"==g)b.outline||(b=this.evaluateAttribute(c,"src",b),a.image(k+Number(c.getAttr…
707 …)};function mxImageShape(a,b,c,d,e){mxShape.call(this);this.bounds=a;this.image=b;this.fill=c;this…
709 …){return!1};mxImageShape.prototype.getImageDataUri=function(){return this.image};mxImageShape.prot…
710 ….image?(null!=this.imageBackground&&(a.setFillColor(this.imageBackground),a.setStrokeColor(this.im…
711 …Math.round(this.bounds.height))+"px";this.node.innerHTML="";if(null!=this.image){var a=mxUtils.get…
712 …img");a.setAttribute("border","0");a.style.position="absolute";a.src=this.image;b=100>this.opacity…
716 …age=function(a,b,c,d,e){null!=this.image&&(b=this.getImageBounds(b,c,d,e),a.image(b.x,b.y,b.width,…
718 …aint(a)):null!=this.indicatorImage&&(b=this.getIndicatorBounds(b,c,d,e),a.image(b.x,b.y,b.width,b.…
721 …hasChildNodes();)this.node.removeChild(this.node.lastChild);if(null!=this.image){var a=document.cr…
722 Math.round(b.width)+"px";a.style.height=Math.round(b.height)+"px";a.src=this.image;this.node.append…
735 …arator(a,b,c,d,e,f,g);null!=this.image&&(e=this.getImageBounds(b,c,d,e),a.image(e.x-b,e.y-c,e.widt…
1111 mxCellRenderer.prototype.configureShape=function(a){a.shape.apply(a);a.shape.image=a.view.graph.get…
1121 …rlays.remove(b[d]):null;null==e&&(e=new mxImageShape(new mxRectangle,b[d].image.src),e.dialect=a.v…
1202 …ndImage();if(null!=a){if(null==this.backgroundImage||this.backgroundImage.image!=a.src){null!=this…
1503image=a;this.tooltip=b;this.align=null!=c?c:this.align;this.verticalAlign=null!=d?d:this.verticalA… method in mxCellOverlay
1505 … b=a.view.graph.getModel().isEdge(a.cell),c=a.view.scale,d=this.image.width,e=this.image.height;if…
1731 …s.cursor;this.image=null!=c?c:this.image;this.shape=null!=d?d:null;this.init()}mxHandle.prototype.… method in mxHandle
1735 …HtmlRequired();null!=this.image?(this.shape=new mxImageShape(new mxRectangle(0,0,this.image.width,…
2242 …,e,k,g){this.ui=b;this.previousColor=this.color=c;this.previousImage=this.image=e;this.previousFor…
2243 …Color(this.previousColor);this.previousColor=c}if(!this.ignoreImage){this.image=this.previousImage…
2245 …);b.afterDecode=function(b,e,k){k.previousColor=k.color;k.previousImage=k.image;k.previousFormat=k…
2317 mxImageShape.prototype.getImageDataUri=function(){var b=this.image;if("data:image/svg+xml;base64,"=…
2585 F=new mxRectangle((N.x+aa.x)*d,(N.y+aa.y)*d,N.width*d,N.height*d);mxUtils.intersects(p,F)&&C.image(…
3226 …:"Size",type:"float",min:0,max:1,defVal:.5}];mxCellRenderer.defaultShapes.image.prototype.customPr… class in mxCellRenderer.defaultShapes
3270 …04px",d.style.width="104px",d.style.marginLeft="2px"),b.appendChild(d)):d.image&&0<d.cells.length&…
3352 …is.page.viewState.background=this.color);if(!this.ignoreImage){var b=this.image;null!=b&&null!=b.s…
3355 …};b.afterDecode=function(b,e,k){k.previousColor=k.color;k.previousImage=k.image;k.previousFormat=k…
3414 …ototype.updateDiagram=function(b){function d(b){var d=new mxCellOverlay(b.image||g.warningImage,b.…
4060 …x],null!=x&&(x.elem=b(null==x.enabled||x.enabled?x.handler:function(){},x.image,x.title,x.enabled)…