Lines Matching refs:createHandle

5370 …function createHandle(state, keys, getPositionFn, setPositionFn, ignoreGrid, redrawEdges, executeF…  function
5411 return createHandle(state, [mxConstants.STYLE_ARCSIZE], function(bounds)
5466 var handles = [createHandle(state, ['size'], function(bounds)
5495 var handles = [createHandle(state, ['size'], function(bounds)
5522 var handles = [createHandle(state, ['size'], function(bounds)
5547 return [createHandle(state, ['size'], function(bounds)
5563 return [createHandle(state, ['arrowWidth', 'arrowSize'], function(bounds)
5579 return createHandle(state, keys, function(bounds)
5805 handles.push(createHandle(state, [mxConstants.STYLE_STARTSIZE], function(bounds)
5862 return [createHandle(state, ['size'], function(bounds)
5874 var handles = [createHandle(state, ['width', 'height'], function(bounds)
5890 var handles = [createHandle(state, ['size'], function(bounds)
5913 return [createHandle(state, ['size'], function(bounds)
5928 return [createHandle(state, ['size'], function(bounds)
5942 return [createHandle(state, ['size'], function(bounds)
5956 var handles = [createHandle(state, ['size'], function(bounds)
5975 return [createHandle(state, ['size'], function(bounds)
5991 var handles = [createHandle(state, ['size', 'position'], function(bounds)
6003 }, false), createHandle(state, ['position2'], function(bounds)
6011 }, false), createHandle(state, ['base'], function(bounds)
6034 var handles = [createHandle(state, ['dx', 'dy'], function(bounds)
6055 var handles = [createHandle(state, ['jettyWidth', 'jettyHeight'], function(bounds)
6071 return [createHandle(state, ['dx', 'dy'], function(bounds)
6085 return [createHandle(state, ['dx', 'dy'], function(bounds)
6101 return [createHandle(state, ['tabWidth', 'tabHeight'], function(bounds)
6127 return [createHandle(state, ['size'], function(bounds)
6139 return [createHandle(state, ['size'], function(bounds)
6151 return [createHandle(state, ['isoAngle'], function(bounds)
6166 return [createHandle(state, ['size'], function(bounds)
6178 var handles = [Graph.createHandle(state, ['size'], function(bounds)
6188 var handle2 = Graph.createHandle(state, ['indent'], function(bounds)
6214 Graph.createHandle = createHandle;
6290 Graph.createHandle = function() {}; function