Uses of Class
de.xima.fc.common.workflow.bpmn.WorkflowBpmnLabelStyleDefinition
-
Packages that use WorkflowBpmnLabelStyleDefinition Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn -
-
Uses of WorkflowBpmnLabelStyleDefinition in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return WorkflowBpmnLabelStyleDefinition Modifier and Type Method Description WorkflowBpmnLabelStyleDefinition
WorkflowBpmnLabelStyleDefinition.Builder. build()
Builds a newWorkflowBpmnLabelStyleDefinition
instance with the current settings.WorkflowBpmnLabelStyleDefinition
StyledBpmnLabel. style()
Gets the style definition of the label.WorkflowBpmnLabelStyleDefinition
WorkflowBpmnLabelStyleDefinition. undecorated(String fontName, double fontSize)
Creates an undecorated label style definition with the specified font name and size.Methods in de.xima.fc.common.workflow.bpmn with parameters of type WorkflowBpmnLabelStyleDefinition Modifier and Type Method Description StyledBpmnLabel
StyledBpmnLabel. style(WorkflowBpmnLabelStyleDefinition style)
Sets the style definition of the label. -
Uses of WorkflowBpmnLabelStyleDefinition in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type WorkflowBpmnLabelStyleDefinition Modifier and Type Method Description de.xima.bpmn_model.api.element.bpmndi.BpmnLabelStyle
IBpmnElementStore. labelStyle(WorkflowBpmnLabelStyleDefinition style)
Gets the globalBpmnLabelStyle
for the given style definition.
-