Uses of Class
de.xima.fc.common.workflow.bpmn.EWorkflowBpmnConnectionStyle
-
Packages that use EWorkflowBpmnConnectionStyle Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn -
-
Uses of EWorkflowBpmnConnectionStyle in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return EWorkflowBpmnConnectionStyle Modifier and Type Method Description static EWorkflowBpmnConnectionStyle
EWorkflowBpmnConnectionStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static EWorkflowBpmnConnectionStyle[]
EWorkflowBpmnConnectionStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EWorkflowBpmnConnectionStyle in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type EWorkflowBpmnConnectionStyle Modifier and Type Method Description Self
IWorkflowBpmnConnectionEdgeBuilder. connectionStyle(EWorkflowBpmnConnectionStyle connectionStyle)
Sets the style of the connections, whether to draw them as axis-aligned lines or as a potentially diagonal lines.
-