Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnLayoutIdOptionsBuilder
-
Packages that use IWorkflowBpmnLayoutIdOptionsBuilder Package Description de.xima.fc.interfaces.workflow.bpmn -
-
Uses of IWorkflowBpmnLayoutIdOptionsBuilder in de.xima.fc.interfaces.workflow.bpmn
Classes in de.xima.fc.interfaces.workflow.bpmn with type parameters of type IWorkflowBpmnLayoutIdOptionsBuilder Modifier and Type Interface Description interface
IWorkflowBpmnLayoutIdOptionsBuilder<Self extends IWorkflowBpmnLayoutIdOptionsBuilder<Self>>
Builder for layouts that allow setting an ID used as the value to identify the item.Subinterfaces of IWorkflowBpmnLayoutIdOptionsBuilder in de.xima.fc.interfaces.workflow.bpmn Modifier and Type Interface Description interface
IWorkflowBpmnLayoutAlignAtAxisBuilder
Builder for configuring the settings when aligning multiple elements in a BPMN diagram.interface
IWorkflowBpmnLayoutAlignAtPortsBuilder
Builder for aligning items in theflow direction
, seeIWorkflowBpmnLayouter.alignAtPorts()
.interface
IWorkflowBpmnLayoutPadBuilder
Builder for configuring the settings when padding an alignment item.
-