Interface IWorkflowBpmnAlignAtAxisPortSelector
-
- All Known Subinterfaces:
IWorkflowBpmnAlignAroundPortSelector
public interface IWorkflowBpmnAlignAtAxisPortSelectorSelector for an in and out ports of theIWorkflowBpmnAlignmentItemcreated byIWorkflowBpmnLayoutAlignAtAxisBuilder.- Since:
- 8.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AlignmentItemPortsselectPort(List<? extends Positioned<? extends IWorkflowBpmnAlignmentItem<?,?>,Point2DDouble>> positionedItems, ECardinalDirection2D direction)Selects the in and out ports to use for the builtIWorkflowBpmnAlignmentItemrepresenting 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 builtIWorkflowBpmnAlignmentItemrepresenting 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.
-
-