Interface IWorkflowBpmnAlignAtAxisPortSelector
-
- All Known Subinterfaces:
IWorkflowBpmnAlignAroundPortSelector
public interface IWorkflowBpmnAlignAtAxisPortSelector
Selector for an in and out ports of theIWorkflowBpmnAlignmentItem
created byIWorkflowBpmnLayoutAlignAtAxisBuilder
.- Since:
- 8.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AlignmentItemPorts
selectPort(List<? extends Positioned<? extends IWorkflowBpmnAlignmentItem<?,?>,Point2DDouble>> positionedItems, ECardinalDirection2D direction)
Selects the in and out ports to use for the builtIWorkflowBpmnAlignmentItem
representing the aligned children.
-
-
-
Method Detail
-
selectPort
AlignmentItemPorts selectPort(List<? extends Positioned<? extends IWorkflowBpmnAlignmentItem<?,?>,Point2DDouble>> positionedItems, ECardinalDirection2D direction)
Selects the in and out ports to use for the builtIWorkflowBpmnAlignmentItem
representing the aligned children.- Parameters:
positionedItems
- The items that were aligned.direction
- The direction in which the items were aligned.- Returns:
- The position of the ports relative to top-left corner of the aligned item.
-
-