Uses of Class
de.xima.fc.common.workflow.bpmn.StyledBpmnLabel
-
Packages that use StyledBpmnLabel Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn -
-
Uses of StyledBpmnLabel in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return StyledBpmnLabel Modifier and Type Method Description StyledBpmnLabelStyledBpmnLabel. explicitBounds(boolean explicitBounds)Sets whether the label has explicit bounds.StyledBpmnLabelStyledBpmnLabel. style(WorkflowBpmnLabelStyleDefinition style)Sets the style definition of the label.StyledBpmnLabelStyledBpmnLabel. text(String text)Sets the text of the label. -
Uses of StyledBpmnLabel in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return types with arguments of type StyledBpmnLabel Modifier and Type Method Description IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?>IBinarySelectionGatewayFlowLabelHelper. alternateText()The alignment item for the alternate text label, i.e.IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?>IAnnotatedBpmnElementLayout. annotationText()Gets the alignment item for the text annotation text content of the BPMN element.IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?>IBinarySelectionGatewayFlowLabelHelper. consequentText()The alignment item for the consequent text label, i.e.IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?>IWorkflowBpmnLayouter. layoutText(StyledBpmnLabel styledLabel, WorkflowBpmnTextLayoutSettings textSettings)Lays out the text of a styled BPMN label.IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?>IWorkflowBpmnLayouter. layoutText(String text, WorkflowBpmnTextLayoutSettings textSettings)Lays out a piece of text, such as for a BPMN label.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.IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?>INamedBpmnElementLayout. nameText()Gets the alignment item for the name of the BPMN element.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type StyledBpmnLabel Modifier and Type Method Description SelfIWorkflowBpmnLayoutAnnotatedElementBuilder. annotation(StyledBpmnLabel annotation)Sets the text for the annotation of the BPMN element.de.xima.bpmn_model.api.element.bpmndi.BpmnLabelIFlattenedAlignmentItemMap. createLabel(de.xima.bpmn_model.api.element.bpmndi.BpmnEdge edge, StyledBpmnLabel styleLabel)Creates the label for the given edge.de.xima.bpmn_model.api.element.bpmndi.BpmnLabelIFlattenedAlignmentItemMap. createLabel(de.xima.bpmn_model.api.element.bpmndi.BpmnShape shape, StyledBpmnLabel styleLabel)Creates the label for the given shape.de.xima.bpmn_model.api.element.bpmndi.BpmnShapeIFlattenedAlignmentItemMap. createTextAnnotationShape(de.xima.bpmn_model.api.element.bpmn.artifacts.TextAnnotation textAnnotation, StyledBpmnLabel label)Creates a BPMN shapefor the given text annotation, colorizes it with the default colors if needed, andadds a labelto the shape.IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?>IWorkflowBpmnLayouter. layoutText(StyledBpmnLabel styledLabel, WorkflowBpmnTextLayoutSettings textSettings)Lays out the text of a styled BPMN label.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.IWorkflowBpmnFlowEdgeBuilderIWorkflowBpmnFlowEdgeBuilder. name(StyledBpmnLabel name)Sets the name (label) of the sequence flow.SelfIWorkflowBpmnLayoutNamedBuilder. name(StyledBpmnLabel name)Sets thenameof the BPMN element.Method parameters in de.xima.fc.interfaces.workflow.bpmn with type arguments of type StyledBpmnLabel Modifier and Type Method Description IWorkflowBpmnFlowEdgeBuilderIWorkflowBpmnFlowEdgeBuilder. name(Positioned<? extends IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?>,Point2DDouble> name)Sets the name (label) of the sequence flow.IWorkflowBpmnFlowEdgeBuilderIWorkflowBpmnFlowEdgeBuilder. name(IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?> name, Point2DDouble position)Sets the name (label) of the sequence flow.IWorkflowBpmnFlowEdgeBuilderIWorkflowBpmnFlowEdgeBuilder. name(IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?> name, IWorkflowBpmnFlowEdgeNameConfigurator configurator)Sets the name (label) of the sequence flow.
-