Lines Matching refs:image

408image=document.createElement("img");this.image.setAttribute("src",a);this.image.setAttribute("alig…
533 mxXmlCanvas2D.prototype.image=function(a,b,c,d,e,f,g,k){e=this.converter.convert(e);var l=this.crea… method in mxXmlCanvas2D
567 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
659 …)*n);else if("image"==g)b.outline||(b=this.evaluateAttribute(c,"src",b),a.image(k+Number(c.getAttr…
741 …)};function mxImageShape(a,b,c,d,e){mxShape.call(this);this.bounds=a;this.image=b;this.fill=c;this…
743 …){return!1};mxImageShape.prototype.getImageDataUri=function(){return this.image};mxImageShape.prot…
744 ….image?(null!=this.imageBackground&&(a.setFillColor(this.imageBackground),a.setStrokeColor(this.im…
745 …Math.round(this.bounds.height))+"px";this.node.innerHTML="";if(null!=this.image){var a=mxUtils.get…
746 …img");a.setAttribute("border","0");a.style.position="absolute";a.src=this.image;b=100>this.opacity…
750 …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,…
752 …aint(a)):null!=this.indicatorImage&&(b=this.getIndicatorBounds(b,c,d,e),a.image(b.x,b.y,b.width,b.…
755 …hasChildNodes();)this.node.removeChild(this.node.lastChild);if(null!=this.image){var a=document.cr…
756 Math.round(b.width)+"px";a.style.height=Math.round(b.height)+"px";a.src=this.image;this.node.append…
769 …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…
1145 mxCellRenderer.prototype.configureShape=function(a){a.shape.apply(a);a.shape.image=a.view.graph.get…
1155 …rlays.remove(b[d]):null;null==e&&(e=new mxImageShape(new mxRectangle,b[d].image.src),e.dialect=a.v…
1236 …ndImage();if(null!=a){if(null==this.backgroundImage||this.backgroundImage.image!=a.src){null!=this…
1537image=a;this.tooltip=b;this.align=null!=c?c:this.align;this.verticalAlign=null!=d?d:this.verticalA… method in mxCellOverlay
1539 … b=a.view.graph.getModel().isEdge(a.cell),c=a.view.scale,d=this.image.width,e=this.image.height;if…
1765 …s.cursor;this.image=null!=c?c:this.image;this.shape=null!=d?d:null;this.init()}mxHandle.prototype.… method in mxHandle
1769 …HtmlRequired();null!=this.image?(this.shape=new mxImageShape(new mxRectangle(0,0,this.image.width,…
2276 …,d,e,c){this.ui=a;this.previousColor=this.color=b;this.previousImage=this.image=d;this.previousFor…
2277 …Color(this.previousColor);this.previousColor=b}if(!this.ignoreImage){this.image=this.previousImage…
2279 …);a.afterDecode=function(a,d,e){e.previousColor=e.color;e.previousImage=e.image;e.previousFormat=e…
2566 mxImageShape.prototype.getImageDataUri=function(){var a=this.image;if("data:image/svg+xml;base64,"=…
2834 z.x)*b,(y.y+z.y)*b,y.width*b,y.height*b);mxUtils.intersects(W,x)&&w.image(y.x+z.x,y.y+z.y,y.width,y…
2964 …containsImage:!1,containsLabel:!1,fill:!0,glass:!0,rounded:!0,autoSize:!1,image:!0,shadow:!0,lineJ…
2967 ….isRoundedState(b),a.lineJumps=a.lineJumps&&this.isLineJumpState(b),a.image=a.image&&this.isImageS…
3118 …vertices.length&&"image"==a.style.shape&&null!=a.style.image&&"data:image/svg+xml;"==a.style.image
3121 …le.editableCssRules;if(null!=d){var e=new RegExp(d),c=b.style.image.substring(b.style.image.indexO…
3126 …")"),d.style.width="210px",d.style.marginBottom="2px",a.appendChild(d));b.image&&0<b.cells.length&…
3782image:IMAGE_PATH+"/sidebar-general.png"},{title:mxResources.get("basic"),id:"basic",image:IMAGE_PA…
3783image:IMAGE_PATH+"/sidebar-clipart.png"},{title:mxResources.get("flowchart"),id:"flowchart",image:…
3784 image:IMAGE_PATH+"/sidebar-bootstrap.png"},{title:"C4",id:"c4",image:IMAGE_PATH+"/sidebar-c4.png"},…
3785image:IMAGE_PATH+"/sidebar-uml25.png"},{title:mxResources.get("uml"),id:"uml",image:IMAGE_PATH+"/s…
3786 image:IMAGE_PATH+"/sidebar-aws3d.png"},{title:mxResources.get("azure"),id:"azure2",image:IMAGE_PATH…
3787image:IMAGE_PATH+"/sidebar-citrix.png"},{title:"Google Cloud Platform",id:"gcp2",image:IMAGE_PATH+…
3788image:IMAGE_PATH+"/sidebar-rack.png"},{title:"Veeam",id:"veeam2",image:IMAGE_PATH+"/sidebar-veeam.…
3789image:IMAGE_PATH+"/sidebar-sysml.png"},{title:"Value Stream Mapping",id:"lean_mapping",image:IMAGE…
3790image:IMAGE_PATH+"/sidebar-floorplans.png"},{title:"Fluid Power (ISO 1219)",id:"fluid_power",image
3791 image:IMAGE_PATH+"/sidebar-webIcons.png"},{title:mxResources.get("signs"),id:"signs",image:IMAGE_PA…
10294 …ies.push({id:m.id,title:b.getResource(m.title),desc:b.getResource(m.desc),image:m.preview})}g.push…
10297 …)}null!=c.imageCallback?c.imageCallback(q):null!=c.image?q.innerHTML+='<img border="0" src="'+c.im…
10558 …:"Size",type:"float",min:0,max:1,defVal:.5}];mxCellRenderer.defaultShapes.image.prototype.customPr… class in mxCellRenderer.defaultShapes
10602 …04px",c.style.width="104px",c.style.marginLeft="2px"),b.appendChild(c)):c.image&&0<c.cells.length&…
10684 …is.page.viewState.background=this.color);if(!this.ignoreImage){var b=this.image;null!=b&&null!=b.s…
10687 …};b.afterDecode=function(b,d,c){c.previousColor=c.color;c.previousImage=c.image;c.previousFormat=c…
10746 …ototype.updateDiagram=function(b){function c(b){var c=new mxCellOverlay(b.image||e.warningImage,b.…
11525 …ype:null;(e.folder||"text/html"==f||"text/xml"==f||"application/xml"==f||"image/png"==f||/\.svg$/.…
11536 "on":"off")})}));mxClient.IS_SVG?mxGraph.prototype.warningImage.src="data:image/png;base64,iVBORw0K…