Uses of Class
de.xima.fc.common.workflow.bpmn.StyledBpmnLabel
Packages that use StyledBpmnLabel
-
Uses of StyledBpmnLabel in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return StyledBpmnLabelModifier and TypeMethodDescriptionStyledBpmnLabel.explicitBounds(boolean explicitBounds) Sets whether the label has explicit bounds.StyledBpmnLabel.style(WorkflowBpmnLabelStyleDefinition style) Sets the style definition of the label.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 StyledBpmnLabelModifier and TypeMethodDescriptionIBinarySelectionGatewayFlowLabelHelper.alternateText()The alignment item for the alternate text label, i.e. the label for the "else" branch.IAnnotatedBpmnElementLayout.annotationText()Gets the alignment item for the text annotation text content of the BPMN element.IBinarySelectionGatewayFlowLabelHelper.consequentText()The alignment item for the consequent text label, i.e. the label for the "if" branch.IWorkflowBpmnLayouter.layoutText(StyledBpmnLabel styledLabel, WorkflowBpmnTextLayoutSettings textSettings) Lays out the text of a styled BPMN label.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.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 StyledBpmnLabelModifier and TypeMethodDescriptionIWorkflowBpmnLayoutAnnotatedElementBuilder.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.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.IWorkflowBpmnFlowEdgeBuilder.name(StyledBpmnLabel name) Sets the name (label) of the sequence flow.IWorkflowBpmnLayoutNamedBuilder.name(StyledBpmnLabel name) Sets thenameof the BPMN element.Method parameters in de.xima.fc.interfaces.workflow.bpmn with type arguments of type StyledBpmnLabelModifier and TypeMethodDescriptionIWorkflowBpmnFlowEdgeBuilder.name(Positioned<? extends IWorkflowBpmnAlignmentItem<StyledBpmnLabel, ?>, Point2DDouble> name) Sets the name (label) of the sequence flow.IWorkflowBpmnFlowEdgeBuilder.name(IWorkflowBpmnAlignmentItem<StyledBpmnLabel, ?> name, Point2DDouble position) Sets the name (label) of the sequence flow.IWorkflowBpmnFlowEdgeBuilder.name(IWorkflowBpmnAlignmentItem<StyledBpmnLabel, ?> name, IWorkflowBpmnFlowEdgeNameConfigurator configurator) Sets the name (label) of the sequence flow.