Lines Matching refs:mxShapeBpmn2Task
1520 function mxShapeBpmn2Task(bounds, fill, stroke, strokewidth) class
1535 mxUtils.extend(mxShapeBpmn2Task, mxCellRenderer.prototype.getShape('mxgraph.basic.rect'));
1537 mxShapeBpmn2Task.prototype.customProperties = [
1563 mxShapeBpmn2Task.prototype.customProperties = mxShapeBpmn2Task.prototype.customProperties.concat(mx…
1564 mxShapeBpmn2Task.prototype.customProperties = mxShapeBpmn2Task.prototype.customProperties.concat(mx…
1566 mxShapeBpmn2Task.prototype.eventTypeEnum = mxShapeBpmnEvent.prototype.eventTypeEnum;
1567 mxShapeBpmn2Task.prototype.eventEnum = mxShapeBpmnEvent.prototype.eventEnum;
1568 mxShapeBpmn2Task.prototype.miscEnum = mxShapeBpmnEvent.prototype.miscEnum;
1570 mxShapeBpmn2Task.prototype.cst = {
1579 mxShapeBpmn2Task.prototype.paintVertexShape = function(c, x, y, w, h)
1811 mxCellRenderer.registerShape(mxShapeBpmn2Task.prototype.cst.TASK, mxShapeBpmn2Task);