Uses of Class
de.xima.fc.common.workflow.bpmn.WorkflowBpmnLabelStyleDefinition
Packages that use WorkflowBpmnLabelStyleDefinition
-
Uses of WorkflowBpmnLabelStyleDefinition in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return WorkflowBpmnLabelStyleDefinitionModifier and TypeMethodDescriptionWorkflowBpmnLabelStyleDefinition.Builder.build()Builds a newWorkflowBpmnLabelStyleDefinitioninstance with the current settings.StyledBpmnLabel.style()Gets the style definition of the label.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 WorkflowBpmnLabelStyleDefinitionModifier and TypeMethodDescriptionStyledBpmnLabel.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 WorkflowBpmnLabelStyleDefinitionModifier and TypeMethodDescriptionde.xima.bpmn_model.api.element.bpmndi.BpmnLabelStyleIBpmnElementStore.labelStyle(WorkflowBpmnLabelStyleDefinition style) Gets the globalBpmnLabelStylefor the given style definition.