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 StyledBpmnLabel
StyledBpmnLabel. explicitBounds(boolean explicitBounds)
Sets whether the label has explicit bounds.StyledBpmnLabel
StyledBpmnLabel. style(WorkflowBpmnLabelStyleDefinition style)
Sets the style definition of the label.StyledBpmnLabel
StyledBpmnLabel. 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 BPMNTextAnnotation
with 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 BPMNTextAnnotation
with 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 Self
IWorkflowBpmnLayoutAnnotatedElementBuilder. annotation(StyledBpmnLabel annotation)
Sets the text for the annotation of the BPMN element.de.xima.bpmn_model.api.element.bpmndi.BpmnLabel
IFlattenedAlignmentItemMap. 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.BpmnLabel
IFlattenedAlignmentItemMap. 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.BpmnShape
IFlattenedAlignmentItemMap. createTextAnnotationShape(de.xima.bpmn_model.api.element.bpmn.artifacts.TextAnnotation textAnnotation, StyledBpmnLabel label)
Creates a BPMN shape
for the given text annotation, colorizes it with the default colors if needed, andadds a label
to 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 BPMNTextAnnotation
with the text content of aStyledBpmnLabel
, using the given text layout settings.IWorkflowBpmnFlowEdgeBuilder
IWorkflowBpmnFlowEdgeBuilder. name(StyledBpmnLabel name)
Sets the name (label) of the sequence flow.Self
IWorkflowBpmnLayoutNamedBuilder. name(StyledBpmnLabel name)
Sets thename
of the BPMN element.Method parameters in de.xima.fc.interfaces.workflow.bpmn with type arguments of type StyledBpmnLabel Modifier and Type Method Description IWorkflowBpmnFlowEdgeBuilder
IWorkflowBpmnFlowEdgeBuilder. name(Positioned<? extends IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?>,Point2DDouble> name)
Sets the name (label) of the sequence flow.IWorkflowBpmnFlowEdgeBuilder
IWorkflowBpmnFlowEdgeBuilder. name(IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?> name, Point2DDouble position)
Sets the name (label) of the sequence flow.IWorkflowBpmnFlowEdgeBuilder
IWorkflowBpmnFlowEdgeBuilder. name(IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?> name, IWorkflowBpmnFlowEdgeNameConfigurator configurator)
Sets the name (label) of the sequence flow.
-