Lines Matching refs:getValue

120 …var bg = mxUtils.getValue(this.style, mxBpmnShape.prototype.miscEnum.BACKGROUND, mxBpmnShape.proto…
138 …var bg = mxUtils.getValue(this.style, mxBpmnShape.prototype.miscEnum.BACKGROUND, mxBpmnShape.proto…
188 …var o = mxUtils.getValue(this.style, mxBpmnShape.prototype.miscEnum.OUTLINE, mxBpmnShape.prototype…
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…
470 var fc = mxUtils.getValue(this.style, "fillColor", "none");
909 outline = mxUtils.getValue(this.style, this.miscEnum.OUTLINE, this.eventTypeEnum.NONE);
926 symbol = mxUtils.getValue(this.style, this.miscEnum.SYMBOL, null);
1143 var fc = mxUtils.getValue(this.style, "fillColor", "none");
1411 var gwType = mxUtils.getValue(this.style, 'gwType', 'event');
1412 var outline = mxUtils.getValue(this.style, 'outline', 'none');
1413 var symbol = mxUtils.getValue(this.style, 'symbol', 'standard');
1581 var bpmnShapeType = mxUtils.getValue(this.style, 'bpmnShapeType', 'task');
1582 var taskMarker = mxUtils.getValue(this.style, 'taskMarker', 'abstract');
1583 var strokeWidth = mxUtils.getValue(this.style, 'strokeWidth', 1);
1584 var dashed = mxUtils.getValue(this.style, 'dashed', false);
1585 var inset = mxUtils.getValue(this.style, 'indent', 3);
1587 var rectOutline = mxUtils.getValue(this.style, 'rectOutline', 'single');
1623 var isLoopSub = mxUtils.getValue(this.style, 'isLoopSub', false);
1624 var isLoopStandard = mxUtils.getValue(this.style, 'isLoopStandard', false);
1625 var isLoopMultiParallel = mxUtils.getValue(this.style, 'isLoopMultiParallel', false);
1626 var isLoopMultiSeq = mxUtils.getValue(this.style, 'isLoopMultiSeq', false);
1627 var isLoopComp = mxUtils.getValue(this.style, 'isLoopComp', false);
1628 var isAdHoc = mxUtils.getValue(this.style, 'isAdHoc', false);
1722 var strokeColor = mxUtils.getValue(this.style, 'strokeColor', '#000000');
1723 var fillColor = mxUtils.getValue(this.style, 'fillColor', '#ffffff');
1749 var strokeColor = mxUtils.getValue(this.style, 'strokeColor', '#000000');
1750 var fillColor = mxUtils.getValue(this.style, 'fillColor', '#ffffff');
1804 var outline = mxUtils.getValue(this.style, 'outline', 'none');
1805 var symbol = mxUtils.getValue(this.style, 'symbol', 'standard');
1858 var trType = mxUtils.getValue(this.style, 'bpmnTransferType', 'none');
1859 var isColl = mxUtils.getValue(this.style, 'isCollection', false);
1887 var fillColor = mxUtils.getValue(this.style, 'fillColor', '#ffffff');
1888 var strokeColor = mxUtils.getValue(this.style, 'strokeColor', '#000000');
1957 var isColl = mxUtils.getValue(this.style, 'isCollection', false);
2020 var bpmnConvType = mxUtils.getValue(this.style, 'bpmnConversationType', 'conv');
2021 var strokeWidth = mxUtils.getValue(this.style, 'strokeWidth', 1);
2045 var isLoopSub = mxUtils.getValue(this.style, 'isLoopSub', false);