IWorkflowBpmnLayoutAlignAroundBuilder |
IWorkflowBpmnLayouter.alignAround() |
Aligns two items, with the second item positioned relative to the first item, optionally with spacing.
|
IWorkflowBpmnLayoutAlignAroundBuilder |
IWorkflowBpmnLayoutAlignAroundBuilder.direction(OneOfN.Either<ECardinalDirection2D,EPrimaryIntercardinalDirection2D> direction) |
Sets a hint for the direction where the second item should be placed.
|
IWorkflowBpmnLayoutAlignAroundBuilder |
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 |
IWorkflowBpmnLayoutAlignAroundBuilder.secondItemBoundingBoxOf(Object value) |
By default, the position and size of the given second alignment item is used when the alignment item is built.
|