Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnLayoutSpacingOptionsBuilder
-
Packages that use IWorkflowBpmnLayoutSpacingOptionsBuilder Package Description de.xima.fc.interfaces.workflow.bpmn -
-
Uses of IWorkflowBpmnLayoutSpacingOptionsBuilder in de.xima.fc.interfaces.workflow.bpmn
Classes in de.xima.fc.interfaces.workflow.bpmn with type parameters of type IWorkflowBpmnLayoutSpacingOptionsBuilder Modifier and Type Interface Description interface
IWorkflowBpmnLayoutSpacingOptionsBuilder<Self extends IWorkflowBpmnLayoutSpacingOptionsBuilder<Self>>
Builder for layouts that allow setting the spacing between items.Subinterfaces of IWorkflowBpmnLayoutSpacingOptionsBuilder in de.xima.fc.interfaces.workflow.bpmn Modifier and Type Interface Description interface
IWorkflowBpmnLayoutAlignAroundBuilder
A builder for aligning two items, with the second item positioned relative to the first item.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
IWorkflowBpmnLayoutSpacingSelectorOptionsBuilder<Self extends IWorkflowBpmnLayoutSpacingSelectorOptionsBuilder<Self>>
Builder for layouts that allow setting the spacing between items via a custom selector function.
-