Searched refs:mxImageShape (Results 1 – 7 of 7) sorted by relevance
503 …mxImageShape(a,b,c,d,e){mxShape.call(this);this.bounds=a;this.image=b;this.fill=c;this.stroke=d;th… class504 mxImageShape.prototype.apply=function(a){mxShape.prototype.apply.apply(this,arguments);this.gradien…505 …mxImageShape.prototype.isHtmlAllowed=function(){return!this.preserveImageAspect};mxImageShape.prot…506 mxImageShape.prototype.paintVertexShape=function(a,b,c,d,e){null!=this.image?(null!=this.imageBackg…507 mxImageShape.prototype.redrawHtmlShape=function(){this.node.style.left=Math.round(this.bounds.x)+"p…904 mxCellRenderer.registerShape(mxConstants.SHAPE_IMAGE,mxImageShape);mxCellRenderer.registerShape(mxC…920 …=a.control){var d=new mxRectangle(0,0,c.width,c.height);a.control=new mxImageShape(d,c.src);a.cont…1531 …nction(){var a=this.isHtmlRequired();null!=this.image?(this.shape=new mxImageShape(new mxRectangle…1552 …ctangle(a.x,a.y,this.handleImage.width,this.handleImage.height),a=new mxImageShape(a,this.handleIm…1626 ….createHandleShape=function(a){if(null!=this.handleImage)return a=new mxImageShape(new mxRectangle…[all …]
META-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
707 …mxImageShape(a,b,c,d,e){mxShape.call(this);this.bounds=a;this.image=b;this.fill=c;this.stroke=d;th… class708 mxImageShape.prototype.apply=function(a){mxShape.prototype.apply.apply(this,arguments);this.gradien…709 …mxImageShape.prototype.isHtmlAllowed=function(){return!this.preserveImageAspect};mxImageShape.prot…710 mxImageShape.prototype.paintVertexShape=function(a,b,c,d,e){null!=this.image?(null!=this.imageBackg…1108 mxCellRenderer.registerShape(mxConstants.SHAPE_IMAGE,mxImageShape);mxCellRenderer.registerShape(mxC…1124 …=a.control){var d=new mxRectangle(0,0,c.width,c.height);a.control=new mxImageShape(d,c.src);a.cont…1735 …nction(){var a=this.isHtmlRequired();null!=this.image?(this.shape=new mxImageShape(new mxRectangle…1756 …ctangle(a.x,a.y,this.handleImage.width,this.handleImage.height),a=new mxImageShape(a,this.handleIm…1830 ….createHandleShape=function(a){if(null!=this.handleImage)return a=new mxImageShape(new mxRectangle…1831 …LabelHandleShape=function(){if(null!=this.labelHandleImage){var a=new mxImageShape(new mxRectangle…[all …]
741 …mxImageShape(a,b,c,d,e){mxShape.call(this);this.bounds=a;this.image=b;this.fill=c;this.stroke=d;th… class742 mxImageShape.prototype.apply=function(a){mxShape.prototype.apply.apply(this,arguments);this.gradien…743 …mxImageShape.prototype.isHtmlAllowed=function(){return!this.preserveImageAspect};mxImageShape.prot…744 mxImageShape.prototype.paintVertexShape=function(a,b,c,d,e){null!=this.image?(null!=this.imageBackg…1142 mxCellRenderer.registerShape(mxConstants.SHAPE_IMAGE,mxImageShape);mxCellRenderer.registerShape(mxC…1158 …=a.control){var d=new mxRectangle(0,0,c.width,c.height);a.control=new mxImageShape(d,c.src);a.cont…1769 …nction(){var a=this.isHtmlRequired();null!=this.image?(this.shape=new mxImageShape(new mxRectangle…1790 …ctangle(a.x,a.y,this.handleImage.width,this.handleImage.height),a=new mxImageShape(a,this.handleIm…1864 ….createHandleShape=function(a){if(null!=this.handleImage)return a=new mxImageShape(new mxRectangle…1865 …LabelHandleShape=function(){if(null!=this.labelHandleImage){var a=new mxImageShape(new mxRectangle…[all …]
239 mxImageShape.prototype.getImageDataUri = function() class12827 var shape = new mxImageShape(new mxRectangle(0, 0, img.width, img.height), img.src);
6500 mxImageShape.prototype.constraints = mxRectangleShape.prototype.constraints; class