Lines Matching refs:Graph
369 Graph.handleFactory[mxShapeGmdlSlider2.prototype.cst.SHAPE_SLIDER] = function(state)
371 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
465 Graph.handleFactory[mxShapeGmdlSliderFocused.prototype.cst.SHAPE_SLIDER_FOCUSED] = function(state)
467 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
634 Graph.handleFactory[mxShapeGmdlSliderDisabled2.prototype.cst.SHAPE_SLIDER_DISABLED] = function(stat…
636 var handles = [Graph.createHandle(state, ['hPos'], function(bounds)
733 Graph.handleFactory[mxShapeGmdlSliderDiscrete.prototype.cst.SHAPE_DISCRETE] = function(state)
735 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
866 Graph.handleFactory[mxShapeGmdlSliderDiscreteDots.prototype.cst.SHAPE_DISCRETE_DOTS] = function(sta…
868 var handles = [Graph.createHandle(state, ['barPos'], function(bounds)
941 Graph.handleFactory[mxShapeGmdlProgressBar.prototype.cst.PROGRESS_BAR] = function(state)
943 var handles = [Graph.createHandle(state, ['dx1'], function(bounds)
953 var handle2 = Graph.createHandle(state, ['dx2'], function(bounds)