Lines Matching refs:HoverIcons

4895 HoverIcons = function(graph)  class
4903 mxUtils.extend(HoverIcons, mxEventSource);
4908 HoverIcons.prototype.arrowSpacing = 2;
4913 HoverIcons.prototype.updateDelay = 500;
4918 HoverIcons.prototype.activationDelay = 140;
4923 HoverIcons.prototype.currentState = null;
4928 HoverIcons.prototype.activeArrow = null;
4933 HoverIcons.prototype.inactiveOpacity = 15;
4938 HoverIcons.prototype.cssCursor = 'copy';
4944 HoverIcons.prototype.checkCollisions = true;
4949 HoverIcons.prototype.arrowFill = '#29b6f2';
4954 HoverIcons.prototype.triangleUp = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/triangle-up.png',…
4956 'stroke="#fff" fill="' + HoverIcons.prototype.arrowFill + '"/>');
4961 HoverIcons.prototype.triangleRight = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/triangle-right…
4963 'stroke="#fff" fill="' + HoverIcons.prototype.arrowFill + '"/>');
4968 HoverIcons.prototype.triangleDown = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/triangle-down.p…
4970 'stroke="#fff" fill="' + HoverIcons.prototype.arrowFill + '"/>');
4975 HoverIcons.prototype.triangleLeft = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/triangle-left.p…
4977 'stroke="#fff" fill="' + HoverIcons.prototype.arrowFill + '"/>');
4982 HoverIcons.prototype.roundDrop = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/round-drop.png', 2…
4984 'stroke="#fff" fill="' + HoverIcons.prototype.arrowFill + '"/>');
4989 HoverIcons.prototype.refreshTarget = new mxImage((mxClient.IS_SVG) ? 'data:image/svg+xml;base64,PHN…
4995 HoverIcons.prototype.tolerance = (mxClient.IS_TOUCH) ? 6 : 0;
5000 HoverIcons.prototype.init = function()
5163 HoverIcons.prototype.isResetEvent = function(evt, allowShift)
5172 HoverIcons.prototype.createArrow = function(img, tooltip, direction)
5244 HoverIcons.prototype.resetActiveArrow = function()
5256 HoverIcons.prototype.getDirection = function()
5279 HoverIcons.prototype.visitNodes = function(visitor)
5293 HoverIcons.prototype.removeNodes = function()
5307 HoverIcons.prototype.setDisplay = function(display)
5318 HoverIcons.prototype.isActive = function()
5326 HoverIcons.prototype.drag = function(evt, x, y)
5362 HoverIcons.prototype.getStateAt = function(state, x, y)
5370 HoverIcons.prototype.click = function(state, dir, me)
5395 HoverIcons.prototype.execute = function(state, dir, me)
5407 HoverIcons.prototype.reset = function(clearTimeout)
5428 HoverIcons.prototype.repaint = function()
5612 HoverIcons.prototype.computeBoundingBox = function()
5639 HoverIcons.prototype.getState = function(state)
5683 HoverIcons.prototype.update = function(state, x, y)
5767 HoverIcons.prototype.setCurrentState = function(state)
12407HoverIcons.prototype.mainHandle = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/handle-main.png'…
12408 …Graph.createSvgImage(18, 18, '<circle cx="9" cy="9" r="5" stroke="#fff" fill="' + HoverIcons.proto…
12409HoverIcons.prototype.secondaryHandle = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/handle-seco…
12411HoverIcons.prototype.fixedHandle = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/handle-fixed.pn…
12413HoverIcons.prototype.terminalHandle = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/handle-termi…
12414 …Graph.createSvgImage(22, 22, '<circle cx="11" cy="11" r="6" stroke="#fff" fill="' + HoverIcons.pro…
12415HoverIcons.prototype.rotationHandle = (!mxClient.IS_SVG) ? new mxImage(IMAGE_PATH + '/handle-rotat…
12416 Graph.createSvgImage(16, 16, '<path stroke="' + HoverIcons.prototype.arrowFill +
12417 '" fill="' + HoverIcons.prototype.arrowFill +
12425 '<path d="m 0 0 L 5 5 M 0 5 L 5 0" stroke="' + HoverIcons.prototype.arrowFill + '"/>');
12429 mxVertexHandler.prototype.handleImage = HoverIcons.prototype.mainHandle;
12430 mxVertexHandler.prototype.secondaryHandleImage = HoverIcons.prototype.secondaryHandle;
12431 mxEdgeHandler.prototype.handleImage = HoverIcons.prototype.mainHandle;
12432 mxEdgeHandler.prototype.terminalHandleImage = HoverIcons.prototype.terminalHandle;
12433 mxEdgeHandler.prototype.fixedHandleImage = HoverIcons.prototype.fixedHandle;
12434 mxEdgeHandler.prototype.labelHandleImage = HoverIcons.prototype.secondaryHandle;
12435 mxOutline.prototype.sizerImage = HoverIcons.prototype.mainHandle;
12439 Sidebar.prototype.triangleUp = HoverIcons.prototype.triangleUp;
12440 Sidebar.prototype.triangleRight = HoverIcons.prototype.triangleRight;
12441 Sidebar.prototype.triangleDown = HoverIcons.prototype.triangleDown;
12442 Sidebar.prototype.triangleLeft = HoverIcons.prototype.triangleLeft;
12443 Sidebar.prototype.refreshTarget = HoverIcons.prototype.refreshTarget;
12444 Sidebar.prototype.roundDrop = HoverIcons.prototype.roundDrop;
12450 new Image().src = HoverIcons.prototype.mainHandle.src;
12451 new Image().src = HoverIcons.prototype.fixedHandle.src;
12452 new Image().src = HoverIcons.prototype.terminalHandle.src;
12453 new Image().src = HoverIcons.prototype.secondaryHandle.src;
12454 new Image().src = HoverIcons.prototype.rotationHandle.src;
12456 new Image().src = HoverIcons.prototype.triangleUp.src;
12457 new Image().src = HoverIcons.prototype.triangleRight.src;
12458 new Image().src = HoverIcons.prototype.triangleDown.src;
12459 new Image().src = HoverIcons.prototype.triangleLeft.src;
12460 new Image().src = HoverIcons.prototype.refreshTarget.src;
12461 new Image().src = HoverIcons.prototype.roundDrop.src;
12850 …this.handleImage = (index == mxEvent.ROTATION_HANDLE) ? HoverIcons.prototype.rotationHandle : (ind…