Lines Matching refs:GraphicsFactory
7024 function GraphicsFactory(eventBus, elementRegistry) { class
7029 GraphicsFactory.$inject = [ 'eventBus' , 'elementRegistry' ];
7032 GraphicsFactory.prototype._getChildrenContainer = function(element) {
7058 GraphicsFactory.prototype._clear = function(gfx) {
7093 GraphicsFactory.prototype._createContainer = function(
7125 GraphicsFactory.prototype.create = function(type, element, parentIndex) {
7130 GraphicsFactory.prototype.updateContainments = function(elements) {
7165 GraphicsFactory.prototype.drawShape = function(visual, element) {
7171 GraphicsFactory.prototype.getShapePath = function(element) {
7177 GraphicsFactory.prototype.drawConnection = function(visual, element) {
7183 GraphicsFactory.prototype.getConnectionPath = function(waypoints) {
7189 GraphicsFactory.prototype.update = function(type, element, gfx) {
7218 GraphicsFactory.prototype.remove = function(element) {
7247 graphicsFactory: [ 'type', GraphicsFactory ]