Lines Matching refs:mxCellHighlight

432 …uideStates()));this.highlightDropTargets&&(this.currentHighlight=new mxCellHighlight(a,mxConstants…
1619 …s(d.x)>e||Math.abs(d.y)>e){null==this.highlight&&(this.highlight=new mxCellHighlight(this.graph,mx…
1659 …his.hotspot=null!=d?d:mxConstants.DEFAULT_HOTSPOT,this.highlight=new mxCellHighlight(a))}mxUtils.e…
1962 function mxCellHighlight(a,b,c,d){null!=a&&(this.graph=a,this.highlightColor=null!=b?b:mxConstants.… function
1963 …mxEvent.UP,this.resetHandler))}mxCellHighlight.prototype.keepOnTop=!1;mxCellHighlight.prototype.gr… class
1964 mxCellHighlight.prototype.spacing=2;mxCellHighlight.prototype.resetHandler=null;mxCellHighlight.pro…
1965 mxCellHighlight.prototype.createShape=function(){var a=this.graph.cellRenderer.createShape(this.sta…
1966 "stroke";return a};mxCellHighlight.prototype.getStrokeWidth=function(a){return this.strokeWidth};
1967 mxCellHighlight.prototype.repaint=function(){null!=this.state&&null!=this.shape&&(this.shape.scale=…
1968 …e.getCursor()),this.shape.redraw())};mxCellHighlight.prototype.hide=function(){this.highlight(null…
1969 mxCellHighlight.prototype.isHighlightAt=function(a,b){var c=!1;if(null!=this.shape&&null!=document.…
2626 …d.x,(b.y+2*d.y)*c-d.y,b.width*c,b.height*c)}a.apply(this,arguments)};mxCellHighlight.prototype.get…
2816 …currentTarget:null,highlight:null!=a&&""!=a&&a!=mxConstants.NONE?new mxCellHighlight(g,a,4):null,s…
2908 …pe.defaultOpacity=30;mxConnectionHandler.prototype.outlineConnect=!0;mxCellHighlight.prototype.kee…
10646 …5,mxUtils.getValue(b.style,mxConstants.STYLE_STROKEWIDTH,1)+4),l=new mxCellHighlight(this,c,e,!1);…