Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnTwoChildAlignmentItem
-
Packages that use IWorkflowBpmnTwoChildAlignmentItem Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn -
-
Uses of IWorkflowBpmnTwoChildAlignmentItem in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return IWorkflowBpmnTwoChildAlignmentItem Modifier and Type Method Description <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 IWorkflowBpmnTwoChildAlignmentItem Modifier and Type Method Description IWorkflowBpmnTwoChildAlignmentItem<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.
-