Searched refs:labelShape (Results 1 – 5 of 5) sorted by relevance
| /plugin/diagramsnet/lib/mxgraph/ |
| D | mxClient.js | 1543 …labelShape=this.createSizer(mxConstants.CURSOR_LABEL_HANDLE,mxEvent.LABEL_HANDLE,mxConstants.LABEL… 1544 mxEvent.LABEL_HANDLE,null,mxConstants.LABEL_HANDLE_FILLCOLOR),this.sizers.push(this.labelShape))}th… 1555 …y)});if(b(this.rotationShape))return mxEvent.ROTATION_HANDLE;if(b(this.labelShape))return mxEvent.… 1559 …?this.rotationShape.node.style.display="":c==mxEvent.LABEL_HANDLE?this.labelShape.node.style.displ… 1588 …atedPoint(new mxPoint(Math.round((this.labelShape.bounds.getCenterX()-this.startX)/d),Math.round((… 1608 …order&&(this.selectionBorder.destroy(),this.selectionBorder=null);this.labelShape=null;this.remove… 1610 ….shape=null;mxEdgeHandler.prototype.bends=null;mxEdgeHandler.prototype.labelShape=null;mxEdgeHandl… method in mxEdgeHandler 1614 …fset.x,this.state.absoluteOffset.y);this.labelShape=this.createLabelHandleShape();this.initBend(th… 1615 (this.labelShape.setCursor(mxConstants.CURSOR_LABEL_HANDLE),this.customHandles=this.createCustomHan… 1630 …)return mxEvent.CUSTOM_HANDLE-d;if(a.isSource(this.state.text)||c(this.labelShape))b=mxEvent.LABEL… [all …]
|
| /plugin/diagramsnet/lib/js/ |
| D | viewer.min.js | 1747 …labelShape=this.createSizer(mxConstants.CURSOR_LABEL_HANDLE,mxEvent.LABEL_HANDLE,mxConstants.LABEL… 1748 mxEvent.LABEL_HANDLE,null,mxConstants.LABEL_HANDLE_FILLCOLOR),this.sizers.push(this.labelShape))}th… 1759 …y)});if(b(this.rotationShape))return mxEvent.ROTATION_HANDLE;if(b(this.labelShape))return mxEvent.… 1763 …?this.rotationShape.node.style.display="":c==mxEvent.LABEL_HANDLE?this.labelShape.node.style.displ… 1792 …atedPoint(new mxPoint(Math.round((this.labelShape.bounds.getCenterX()-this.startX)/d),Math.round((… 1812 …order&&(this.selectionBorder.destroy(),this.selectionBorder=null);this.labelShape=null;this.remove… 1814 ….shape=null;mxEdgeHandler.prototype.bends=null;mxEdgeHandler.prototype.labelShape=null;mxEdgeHandl… method in mxEdgeHandler 1818 …fset.x,this.state.absoluteOffset.y);this.labelShape=this.createLabelHandleShape();this.initBend(th… 1819 (this.labelShape.setCursor(mxConstants.CURSOR_LABEL_HANDLE),this.customHandles=this.createCustomHan… 1834 …)return mxEvent.CUSTOM_HANDLE-d;if(a.isSource(this.state.text)||c(this.labelShape))b=mxEvent.LABEL… [all …]
|
| D | app.min.js | 1781 …labelShape=this.createSizer(mxConstants.CURSOR_LABEL_HANDLE,mxEvent.LABEL_HANDLE,mxConstants.LABEL… 1782 mxEvent.LABEL_HANDLE,null,mxConstants.LABEL_HANDLE_FILLCOLOR),this.sizers.push(this.labelShape))}th… 1793 …y)});if(b(this.rotationShape))return mxEvent.ROTATION_HANDLE;if(b(this.labelShape))return mxEvent.… 1797 …?this.rotationShape.node.style.display="":c==mxEvent.LABEL_HANDLE?this.labelShape.node.style.displ… 1826 …atedPoint(new mxPoint(Math.round((this.labelShape.bounds.getCenterX()-this.startX)/d),Math.round((… 1846 …order&&(this.selectionBorder.destroy(),this.selectionBorder=null);this.labelShape=null;this.remove… 1848 ….shape=null;mxEdgeHandler.prototype.bends=null;mxEdgeHandler.prototype.labelShape=null;mxEdgeHandl… method in mxEdgeHandler 1852 …fset.x,this.state.absoluteOffset.y);this.labelShape=this.createLabelHandleShape();this.initBend(th… 1853 (this.labelShape.setCursor(mxConstants.CURSOR_LABEL_HANDLE),this.customHandles=this.createCustomHan… 1868 …)return mxEvent.CUSTOM_HANDLE-d;if(a.isSource(this.state.text)||c(this.labelShape))b=mxEvent.LABEL… [all …]
|
| D | viewer-static.min.js | 1747 …labelShape=this.createSizer(mxConstants.CURSOR_LABEL_HANDLE,mxEvent.LABEL_HANDLE,mxConstants.LABEL… 1748 mxEvent.LABEL_HANDLE,null,mxConstants.LABEL_HANDLE_FILLCOLOR),this.sizers.push(this.labelShape))}th… 1759 …y)});if(b(this.rotationShape))return mxEvent.ROTATION_HANDLE;if(b(this.labelShape))return mxEvent.… 1763 …?this.rotationShape.node.style.display="":c==mxEvent.LABEL_HANDLE?this.labelShape.node.style.displ… 1792 …atedPoint(new mxPoint(Math.round((this.labelShape.bounds.getCenterX()-this.startX)/d),Math.round((… 1812 …order&&(this.selectionBorder.destroy(),this.selectionBorder=null);this.labelShape=null;this.remove… 1814 ….shape=null;mxEdgeHandler.prototype.bends=null;mxEdgeHandler.prototype.labelShape=null;mxEdgeHandl… method in mxEdgeHandler 1818 …fset.x,this.state.absoluteOffset.y);this.labelShape=this.createLabelHandleShape();this.initBend(th… 1819 (this.labelShape.setCursor(mxConstants.CURSOR_LABEL_HANDLE),this.customHandles=this.createCustomHan… 1834 …)return mxEvent.CUSTOM_HANDLE-d;if(a.isSource(this.state.text)||c(this.labelShape))b=mxEvent.LABEL… [all …]
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Graph.js | 13182 if (this.labelShape != null) 13184 this.labelShape.node.style.display = (this.graph.isEnabled() &&
|