Interface IWorkflowBpmnAlignAtAxisPortSelector
- All Known Subinterfaces:
IWorkflowBpmnAlignAroundPortSelector
public interface IWorkflowBpmnAlignAtAxisPortSelector
Selector for an in and out ports of the
IWorkflowBpmnAlignmentItem created by
IWorkflowBpmnLayoutAlignAtAxisBuilder.- Since:
- 8.4.0
-
Method Summary
Modifier and TypeMethodDescriptionselectPort(List<? extends Positioned<? extends IWorkflowBpmnAlignmentItem<?, ?>, Point2DDouble>> positionedItems, ECardinalDirection2D direction) Selects the in and out ports to use for the builtIWorkflowBpmnAlignmentItemrepresenting the aligned children.
-
Method Details
-
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.
-