Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnLayoutAlignAroundBuilder
Packages that use IWorkflowBpmnLayoutAlignAroundBuilder
-
Uses of IWorkflowBpmnLayoutAlignAroundBuilder in de.xima.fc.interfaces.workflow.bpmn
Subinterfaces with type arguments of type IWorkflowBpmnLayoutAlignAroundBuilder in de.xima.fc.interfaces.workflow.bpmnModifier and TypeInterfaceDescriptioninterfaceA builder for aligning two items, with the second item positioned relative to the first item.interfaceA builder for aligning two items, with the second item positioned relative to the first item.interfaceA builder for aligning two items, with the second item positioned relative to the first item.interfaceA builder for aligning two items, with the second item positioned relative to the first item.Methods in de.xima.fc.interfaces.workflow.bpmn that return IWorkflowBpmnLayoutAlignAroundBuilderModifier and TypeMethodDescriptionIWorkflowBpmnLayouter.alignAround()Aligns two items, with the second item positioned relative to the first item, optionally with spacing.IWorkflowBpmnLayoutAlignAroundBuilder.direction(OneOfN.Either<ECardinalDirection2D, EPrimaryIntercardinalDirection2D> direction) Sets a hint for the direction where the second item should be placed.IWorkflowBpmnLayoutAlignAroundBuilder.firstItemBoundingBoxOf(Object value) By default, the position and size of the given first alignment item is used when the alignment item is built.IWorkflowBpmnLayoutAlignAroundBuilder.secondItemBoundingBoxOf(Object value) By default, the position and size of the given second alignment item is used when the alignment item is built.