Lines Matching refs:mxCellHighlight

398 …uideStates()));this.highlightDropTargets&&(this.currentHighlight=new mxCellHighlight(a,mxConstants…
1585 …s(d.x)>e||Math.abs(d.y)>e){null==this.highlight&&(this.highlight=new mxCellHighlight(this.graph,mx…
1625 …his.hotspot=null!=d?d:mxConstants.DEFAULT_HOTSPOT,this.highlight=new mxCellHighlight(a))}mxUtils.e…
1928 function mxCellHighlight(a,b,c,d){null!=a&&(this.graph=a,this.highlightColor=null!=b?b:mxConstants.… function
1929 …mxEvent.UP,this.resetHandler))}mxCellHighlight.prototype.keepOnTop=!1;mxCellHighlight.prototype.gr… class
1930 mxCellHighlight.prototype.spacing=2;mxCellHighlight.prototype.resetHandler=null;mxCellHighlight.pro…
1931 mxCellHighlight.prototype.createShape=function(){var a=this.graph.cellRenderer.createShape(this.sta…
1932 "stroke";return a};mxCellHighlight.prototype.getStrokeWidth=function(a){return this.strokeWidth};
1933 mxCellHighlight.prototype.repaint=function(){null!=this.state&&null!=this.shape&&(this.shape.scale=…
1934 …e.getCursor()),this.shape.redraw())};mxCellHighlight.prototype.hide=function(){this.highlight(null…
1935 mxCellHighlight.prototype.isHighlightAt=function(a,b){var c=!1;if(null!=this.shape&&null!=document.…
2377 …f.x,(c.y+2*f.y)*d-f.y,c.width*d,c.height*d)}b.apply(this,arguments)};mxCellHighlight.prototype.get…
2567 …currentTarget:null,highlight:null!=b&&""!=b&&b!=mxConstants.NONE?new mxCellHighlight(l,b,4):null,s…
2659 …pe.defaultOpacity=30;mxConnectionHandler.prototype.outlineConnect=!0;mxCellHighlight.prototype.kee…
3314 …5,mxUtils.getValue(b.style,mxConstants.STYLE_STROKEWIDTH,1)+4),g=new mxCellHighlight(this,d,e,!1);…