Lines Matching refs:prototype

26 mxShapeGmdlPlayer.prototype.cst = {
35 mxShapeGmdlPlayer.prototype.paintVertexShape = function(c, x, y, w, h)
45 mxShapeGmdlPlayer.prototype.foreground = function(c, x, y, w, h)
69 mxCellRenderer.registerShape(mxShapeGmdlPlayer.prototype.cst.SHAPE_PLAYER, mxShapeGmdlPlayer);
91 mxShapeGmdlSwitch.prototype.cst = {
98 mxShapeGmdlSwitch.prototype.customProperties = [
108 mxShapeGmdlSwitch.prototype.paintVertexShape = function(c, x, y, w, h)
112 …te = mxUtils.getValue(this.style, mxShapeGmdlSwitch.prototype.cst.STATE, mxShapeGmdlSwitch.prototy…
118 mxShapeGmdlSwitch.prototype.background = function(c, x, y, w, h, state)
122 if (state === mxShapeGmdlSwitch.prototype.cst.STATE_ON)
147 mxShapeGmdlSwitch.prototype.foreground = function(c, x, y, w, h, state)
151 if (state === mxShapeGmdlSwitch.prototype.cst.STATE_ON)
164 mxCellRenderer.registerShape(mxShapeGmdlSwitch.prototype.cst.SHAPE_SWITCH, mxShapeGmdlSwitch);
186 mxShapeGmdlMarginRect.prototype.cst = {
195 mxShapeGmdlMarginRect.prototype.customProperties = [
208 mxShapeGmdlMarginRect.prototype.paintVertexShape = function(c, x, y, w, h)
215 mxShapeGmdlMarginRect.prototype.background = function(c, x, y, w, h, state)
217 …var margin = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlMarginRect.prototype.cst.MARGIN, '…
218 …var marginTop = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlMarginRect.prototype.cst.MARGIN…
219 …var marginLeft = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlMarginRect.prototype.cst.MARGI…
220 …var marginBottom = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlMarginRect.prototype.cst.MAR…
221 …var marginRight = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlMarginRect.prototype.cst.MARG…
236 mxCellRenderer.registerShape(mxShapeGmdlMarginRect.prototype.cst.SHAPE_MARGIN_RECT, mxShapeGmdlMarg…
258 mxShapeGmdlSliderNormal.prototype.cst = {
263 mxShapeGmdlSliderNormal.prototype.customProperties = [
272 mxShapeGmdlSliderNormal.prototype.paintVertexShape = function(c, x, y, w, h)
280 mxShapeGmdlSliderNormal.prototype.background = function(c, x, y, w, h)
282 …var hSize = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlSliderNormal.prototype.cst.HANDLE_S…
293 mxCellRenderer.registerShape(mxShapeGmdlSliderNormal.prototype.cst.SHAPE_SLIDER_NORMAL, mxShapeGmdl…
315 mxShapeGmdlSlider2.prototype.cst = {
321 mxShapeGmdlSlider2.prototype.customProperties = [
331 mxShapeGmdlSlider2.prototype.paintVertexShape = function(c, x, y, w, h)
339 mxShapeGmdlSlider2.prototype.background = function(c, x, y, w, h)
341 …var hSize = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlSlider2.prototype.cst.HANDLE_SIZE, …
342 …var barPos = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlSlider2.prototype.cst.BAR_POS, '40…
365 mxCellRenderer.registerShape(mxShapeGmdlSlider2.prototype.cst.SHAPE_SLIDER, mxShapeGmdlSlider2);
367 mxShapeGmdlSlider2.prototype.constraints = null;
369 Graph.handleFactory[mxShapeGmdlSlider2.prototype.cst.SHAPE_SLIDER] = function(state)
404 mxShapeGmdlSliderFocused.prototype.cst = {
410 mxShapeGmdlSliderFocused.prototype.customProperties = [
420 mxShapeGmdlSliderFocused.prototype.paintVertexShape = function(c, x, y, w, h)
428 mxShapeGmdlSliderFocused.prototype.background = function(c, x, y, w, h)
430 …var hSize = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlSliderFocused.prototype.cst.HANDLE_…
431 …var barPos = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlSliderFocused.prototype.cst.BAR_PO…
461 mxCellRenderer.registerShape(mxShapeGmdlSliderFocused.prototype.cst.SHAPE_SLIDER_FOCUSED, mxShapeGm…
463 mxShapeGmdlSliderFocused.prototype.constraints = null;
465 Graph.handleFactory[mxShapeGmdlSliderFocused.prototype.cst.SHAPE_SLIDER_FOCUSED] = function(state)
501 mxShapeGmdlSliderDisabled.prototype.cst = {
507 mxShapeGmdlSliderDisabled.prototype.customProperties = [
517 mxShapeGmdlSliderDisabled.prototype.paintVertexShape = function(c, x, y, w, h)
524 mxShapeGmdlSliderDisabled.prototype.background = function(c, x, y, w, h)
526 …var hSize = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlSliderDisabled.prototype.cst.HANDLE…
527 …var hPos = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlSliderDisabled.prototype.cst.HANDLE_…
555 mxCellRenderer.registerShape(mxShapeGmdlSliderDisabled.prototype.cst.SHAPE_SLIDER_DISABLED, mxShape…
577 mxShapeGmdlSliderDisabled2.prototype.cst = {
583 mxShapeGmdlSliderDisabled2.prototype.customProperties = [
593 mxShapeGmdlSliderDisabled2.prototype.paintVertexShape = function(c, x, y, w, h)
600 mxShapeGmdlSliderDisabled2.prototype.background = function(c, x, y, w, h)
602 …var hSize = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlSliderDisabled2.prototype.cst.HANDL…
603 …var hPos = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlSliderDisabled2.prototype.cst.HANDLE…
630 mxCellRenderer.registerShape(mxShapeGmdlSliderDisabled2.prototype.cst.SHAPE_SLIDER_DISABLED, mxShap…
632 mxShapeGmdlSlider2.prototype.constraints = null;
634 Graph.handleFactory[mxShapeGmdlSliderDisabled2.prototype.cst.SHAPE_SLIDER_DISABLED] = function(stat…
669 mxShapeGmdlSliderDiscrete.prototype.cst = {
675 mxShapeGmdlSliderDiscrete.prototype.customProperties = [
685 mxShapeGmdlSliderDiscrete.prototype.paintVertexShape = function(c, x, y, w, h)
693 mxShapeGmdlSliderDiscrete.prototype.background = function(c, x, y, w, h)
695 …var hSize = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlSliderDiscrete.prototype.cst.HANDLE…
696 …var barPos = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlSliderDiscrete.prototype.cst.BAR_P…
729 mxCellRenderer.registerShape(mxShapeGmdlSliderDiscrete.prototype.cst.SHAPE_DISCRETE, mxShapeGmdlSli…
731 mxShapeGmdlSliderDiscrete.prototype.constraints = null;
733 Graph.handleFactory[mxShapeGmdlSliderDiscrete.prototype.cst.SHAPE_DISCRETE] = function(state)
768 mxShapeGmdlSliderDiscreteDots.prototype.cst = {
774 mxShapeGmdlSliderDiscreteDots.prototype.customProperties = [
784 mxShapeGmdlSliderDiscreteDots.prototype.paintVertexShape = function(c, x, y, w, h)
792 mxShapeGmdlSliderDiscreteDots.prototype.background = function(c, x, y, w, h)
794 …var hSize = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlSliderDiscreteDots.prototype.cst.HA…
795 …var barPos = parseFloat(mxUtils.getValue(this.style, mxShapeGmdlSliderDiscreteDots.prototype.cst.B…
862 mxCellRenderer.registerShape(mxShapeGmdlSliderDiscreteDots.prototype.cst.SHAPE_DISCRETE_DOTS, mxSha…
864 mxShapeGmdlSliderDiscreteDots.prototype.constraints = null;
866 Graph.handleFactory[mxShapeGmdlSliderDiscreteDots.prototype.cst.SHAPE_DISCRETE_DOTS] = function(sta…
902 mxShapeGmdlProgressBar.prototype.cst = {
906 mxShapeGmdlProgressBar.prototype.customProperties = [
915 mxShapeGmdlProgressBar.prototype.paintVertexShape = function(c, x, y, w, h)
937 mxCellRenderer.registerShape(mxShapeGmdlProgressBar.prototype.cst.PROGRESS_BAR, mxShapeGmdlProgress…
939 mxShapeGmdlProgressBar.prototype.constraints = null;
941 Graph.handleFactory[mxShapeGmdlProgressBar.prototype.cst.PROGRESS_BAR] = function(state)