Lines Matching refs:graphicsFactory

4387 	function Canvas(config, eventBus, graphicsFactory, elementRegistry) {  argument
4391 this._graphicsFactory = graphicsFactory;
4995 graphicsFactory = this._graphicsFactory;
5004 var gfx = graphicsFactory.create(type, element, parentIndex);
5009 graphicsFactory.update(type, element, gfx);
5049 graphicsFactory = this._graphicsFactory,
5062 graphicsFactory.remove(element);
7247 graphicsFactory: [ 'type', GraphicsFactory ]
29255 dragging, graphicsFactory, modeling) { argument
29356 graphicsFactory.update('connection', data.connection, data.connectionGfx);
30198 graphicsFactory, argument
30202 this._graphicsFactory = graphicsFactory;
30337 var graphicsFactory = this._graphicsFactory,
30338 sourcePath = source && graphicsFactory.getShapePath(source),
30339 targetPath = target && graphicsFactory.getShapePath(target),
30340 connectionPath = graphicsFactory.getConnectionPath({ waypoints: [ start, end ] });
32054 graphicsFactory, argument
32075 gfx = graphicsFactory._createContainer('connection', childrenGfx);
32077 graphicsFactory.drawConnection(getVisual(gfx), element);
32079 gfx = graphicsFactory._createContainer('shape', childrenGfx);
32081 graphicsFactory.drawShape(getVisual(gfx), element);
38489 graphicsFactory) { argument
38520 graphicsFactory.updateContainments(elements);
38524 graphicsFactory.update('shape', event.element, event.gfx);
38528 graphicsFactory.update('connection', event.element, event.gfx);
53789 function CroppingConnectionDocking(elementRegistry, graphicsFactory) { argument
53791 this._graphicsFactory = graphicsFactory;