Lines Matching refs:elementFactory

7245 	  elementFactory: [ 'type', ElementFactory$1 ],
19763 eventBus, canvas, elementFactory, argument
19768 this._elementFactory = elementFactory;
30199 elementFactory argument
30203 this._elementFactory = elementFactory;
32880 elementFactory, argument
32890 this._elementFactory = elementFactory;
33991 elementFactory, argument
34130 newElement.height = elementFactory._getDefaultSize(newBusinessObject).height;
34134 newElement.height = elementFactory._getDefaultSize(newBusinessObject).height;
34135 newElement.width = elementFactory._getDefaultSize(newBusinessObject).width;
36082 contextPad, modeling, elementFactory, argument
36094 this._elementFactory = elementFactory;
36143 elementFactory = this._elementFactory,
36209 var shape = elementFactory.createShape(assign({ type: type }, options));
36217 var shape = elementFactory.createShape(assign({ type: type }, options));
39911 function AppendBehavior(eventBus, elementFactory, bpmnRules) { argument
43895 eventBus, elementFactory, modeling, argument
43989 defaultSize = elementFactory._getDefaultSize(shape),
50856 function Modeling$1(eventBus, elementFactory, commandStack) { argument
50858 this._elementFactory = elementFactory;
52460 eventBus, elementFactory, commandStack, argument
52463 Modeling$1.call(this, eventBus, elementFactory, commandStack);
53884 elementFactory: [ 'type', ElementFactory ],
55398 palette, create, elementFactory, argument
55404 this._elementFactory = elementFactory;
55430 elementFactory = this._elementFactory,
55440 var shape = elementFactory.createShape(assign({ type: type }, options));
55463 var subProcess = elementFactory.createShape({
55470 var startEvent = elementFactory.createShape({
55485 create.start(event, elementFactory.createParticipantShape());
55606 eventBus, elementRegistry, elementFactory, argument
55638 var tempShape = elementFactory.createShape(newElement);