Lines Matching refs:miscEnum

106 mxBpmnShape.prototype.miscEnum = {  method in mxBpmnShape
119 this.redrawPath(c, x, y, w, h, mxBpmnShape.prototype.miscEnum.BACKGROUND);
120 …var bg = mxUtils.getValue(this.style, mxBpmnShape.prototype.miscEnum.BACKGROUND, mxBpmnShape.proto…
127 this.redrawPath(c, x, y, w, h, mxBpmnShape.prototype.miscEnum.OUTLINE);
128 this.redrawPath(c, x, y, w, h, mxBpmnShape.prototype.miscEnum.SYMBOL);
138 …var bg = mxUtils.getValue(this.style, mxBpmnShape.prototype.miscEnum.BACKGROUND, mxBpmnShape.proto…
140 if (layer == mxBpmnShape.prototype.miscEnum.BACKGROUND)
153 else if (layer == mxBpmnShape.prototype.miscEnum.OUTLINE)
188 …var o = mxUtils.getValue(this.style, mxBpmnShape.prototype.miscEnum.OUTLINE, mxBpmnShape.prototype…
200 else if (layer == mxBpmnShape.prototype.miscEnum.SYMBOL)
208 var s = mxUtils.getValue(this.style, mxBpmnShape.prototype.miscEnum.SYMBOL, null);
218 …var o = mxUtils.getValue(this.style, mxBpmnShape.prototype.miscEnum.OUTLINE, mxBpmnShape.prototype…
861 mxShapeBpmnEvent.prototype.miscEnum = { method in mxShapeBpmnEvent
866 …{name: mxShapeBpmnEvent.prototype.miscEnum.SYMBOL, dispName: 'Event', type: 'enum', defVal:mxShape… method in name
881 …{name: mxShapeBpmnEvent.prototype.miscEnum.OUTLINE, dispName: 'Event Type', type: 'enum', defVal:m… method in name
909 outline = mxUtils.getValue(this.style, this.miscEnum.OUTLINE, this.eventTypeEnum.NONE);
926 symbol = mxUtils.getValue(this.style, this.miscEnum.SYMBOL, null);
1380 mxShapeBpmnGateway.prototype.miscEnum = mxShapeBpmnEvent.prototype.miscEnum; method in mxShapeBpmnGateway
1568 mxShapeBpmn2Task.prototype.miscEnum = mxShapeBpmnEvent.prototype.miscEnum; method in mxShapeBpmn2Task