Uses of Class
de.xima.fc.common.workflow.bpmn.WorkflowBpmnLabelStyleDefinition.Builder
Packages that use WorkflowBpmnLabelStyleDefinition.Builder
-
Uses of WorkflowBpmnLabelStyleDefinition.Builder in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return WorkflowBpmnLabelStyleDefinition.BuilderModifier and TypeMethodDescriptionWorkflowBpmnLabelStyleDefinition.Builder.bold()Sets the label to be bold.WorkflowBpmnLabelStyleDefinition.Builder.bold(boolean bold) Whether the label should be bold.WorkflowBpmnLabelStyleDefinition.builder()Creates a new builder for aWorkflowBpmnLabelStyleDefinition.Sets the font name for the label style.WorkflowBpmnLabelStyleDefinition.Builder.fontSize(double fontSize) Sets the font size for the label style.WorkflowBpmnLabelStyleDefinition.Builder.italic()Sets the label to be italic.WorkflowBpmnLabelStyleDefinition.Builder.italic(boolean italic) Whether the label should be italic.WorkflowBpmnLabelStyleDefinition.Builder.struckThrough()Sets the label to be struck through.WorkflowBpmnLabelStyleDefinition.Builder.struckThrough(boolean struckThrough) Whether the label should be struck through.WorkflowBpmnLabelStyleDefinition.Builder.underlined()Sets the label to be underlined.WorkflowBpmnLabelStyleDefinition.Builder.underlined(boolean underlined) Whether the label should be underlined.