| Package | Description |
|---|---|
| org.activiti.engine.impl.bpmn.diagram |
| Modifier and Type | Method and Description |
|---|---|
protected static ProcessDiagramCanvas.SHAPE_TYPE |
ProcessDiagramGenerator.getShapeType(org.activiti.bpmn.model.BaseElement baseElement)
This method returns shape type of base element.
Each element can be presented as rectangle, rhombus, or ellipse. |
static ProcessDiagramCanvas.SHAPE_TYPE |
ProcessDiagramCanvas.SHAPE_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessDiagramCanvas.SHAPE_TYPE[] |
ProcessDiagramCanvas.SHAPE_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.activiti.bpmn.model.GraphicInfo> |
ProcessDiagramCanvas.connectionPerfectionizer(ProcessDiagramCanvas.SHAPE_TYPE sourceShapeType,
ProcessDiagramCanvas.SHAPE_TYPE targetShapeType,
org.activiti.bpmn.model.GraphicInfo sourceGraphicInfo,
org.activiti.bpmn.model.GraphicInfo targetGraphicInfo,
List<org.activiti.bpmn.model.GraphicInfo> graphicInfoList)
This method makes coordinates of connection flow better.
|
Copyright © 2014 Alfresco. All rights reserved.