Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnTwoChildAlignmentItem
Packages that use IWorkflowBpmnTwoChildAlignmentItem
-
Uses of IWorkflowBpmnTwoChildAlignmentItem in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return IWorkflowBpmnTwoChildAlignmentItemModifier and TypeMethodDescription<Value, First extends IWorkflowBpmnAlignmentItem<?,?>, Second extends IWorkflowBpmnAlignmentItem<?, ?>>
IWorkflowBpmnTwoChildAlignmentItem<Value, First, Second> WorkflowBpmnAlignmentItemBuilder.build(Value value, Positioned<? extends First, Point2DDouble> firstChild, Positioned<? extends Second, Point2DDouble> secondChild) Builds an alignment item with the current settings and the given value and children.<First extends IWorkflowBpmnAlignmentItem<?,?>, Second extends IWorkflowBpmnAlignmentItem<?, ?>>
IWorkflowBpmnTwoChildAlignmentItem<String, First, Second> WorkflowBpmnAlignmentItemBuilder.buildWithIdValue(String idValue, Positioned<? extends First, Point2DDouble> firstChild, Positioned<? extends Second, Point2DDouble> secondChild) Builds an alignment item with the current settings and the given value and children. -
Uses of IWorkflowBpmnTwoChildAlignmentItem in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return IWorkflowBpmnTwoChildAlignmentItemModifier and TypeMethodDescriptionIWorkflowBpmnTwoChildAlignmentItem<String, IWorkflowBpmnAlignmentItem<de.xima.bpmn_model.api.element.bpmn.artifacts.TextAnnotation, ?>, IWorkflowBpmnAlignmentItem<StyledBpmnLabel, ?>> IWorkflowBpmnLayouter.layoutTextAnnotation(de.xima.bpmn_model.api.element.bpmn.artifacts.TextAnnotation annotation, StyledBpmnLabel styledLabel, WorkflowBpmnTextLayoutSettings settings) Computes the layout for a BPMNTextAnnotationwith the text content of aStyledBpmnLabel, using the given text layout settings.IWorkflowBpmnTwoChildAlignmentItem<String, IWorkflowBpmnAlignmentItem<de.xima.bpmn_model.api.element.bpmn.artifacts.TextAnnotation, ?>, IWorkflowBpmnAlignmentItem<StyledBpmnLabel, ?>> IWorkflowBpmnLayouter.layoutTextAnnotation(String text, WorkflowBpmnTextLayoutSettings settings) Computes the layout for a BPMNTextAnnotationwith the given text and layout settings.