Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnLayouter
-
Packages that use IWorkflowBpmnLayouter Package Description de.xima.fc.interfaces.workflow.bpmn de.xima.fc.workflow.bpmn -
-
Uses of IWorkflowBpmnLayouter in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return IWorkflowBpmnLayouter Modifier and Type Method Description IWorkflowBpmnLayouter
IWorkflowBpmnModelContext. layouter()
Gets the layout helper that can be used to lay out the BPMN diagram, such as aligning the parts of a workflow node in a sequence. -
Uses of IWorkflowBpmnLayouter in de.xima.fc.workflow.bpmn
Fields in de.xima.fc.workflow.bpmn declared as IWorkflowBpmnLayouter Modifier and Type Field Description protected IWorkflowBpmnLayouter
AStatefulWorkflowBpmnModeler. layouter
Convenience field with thelayouter
as provided by the workflow engine via theIWorkflowBpmnModelContext
.
-