Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnLayoutAxisDirectionOptionsBuilder
-
Packages that use IWorkflowBpmnLayoutAxisDirectionOptionsBuilder Package Description de.xima.fc.interfaces.workflow.bpmn -
-
Uses of IWorkflowBpmnLayoutAxisDirectionOptionsBuilder in de.xima.fc.interfaces.workflow.bpmn
Classes in de.xima.fc.interfaces.workflow.bpmn with type parameters of type IWorkflowBpmnLayoutAxisDirectionOptionsBuilder Modifier and Type Interface Description interface
IWorkflowBpmnLayoutAxisDirectionOptionsBuilder<Self extends IWorkflowBpmnLayoutAxisDirectionOptionsBuilder<Self>>
Builder for layouts that allow setting theaxis polarity
in which to align the items.Subinterfaces of IWorkflowBpmnLayoutAxisDirectionOptionsBuilder 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()
.
-