WorkflowBpmnLabelStyleDefinition.Builder |
WorkflowBpmnLabelStyleDefinition.Builder.bold() |
Sets the label to be bold.
|
WorkflowBpmnLabelStyleDefinition.Builder |
WorkflowBpmnLabelStyleDefinition.Builder.bold(boolean bold) |
Whether the label should be bold.
|
static WorkflowBpmnLabelStyleDefinition.Builder |
WorkflowBpmnLabelStyleDefinition.builder() |
|
WorkflowBpmnLabelStyleDefinition.Builder |
WorkflowBpmnLabelStyleDefinition.Builder.fontName(String fontName) |
Sets the font name for the label style.
|
WorkflowBpmnLabelStyleDefinition.Builder |
WorkflowBpmnLabelStyleDefinition.Builder.fontSize(double fontSize) |
Sets the font size for the label style.
|
WorkflowBpmnLabelStyleDefinition.Builder |
WorkflowBpmnLabelStyleDefinition.Builder.italic() |
Sets the label to be italic.
|
WorkflowBpmnLabelStyleDefinition.Builder |
WorkflowBpmnLabelStyleDefinition.Builder.italic(boolean italic) |
Whether the label should be italic.
|
WorkflowBpmnLabelStyleDefinition.Builder |
WorkflowBpmnLabelStyleDefinition.Builder.struckThrough() |
Sets the label to be struck through.
|
WorkflowBpmnLabelStyleDefinition.Builder |
WorkflowBpmnLabelStyleDefinition.Builder.struckThrough(boolean struckThrough) |
Whether the label should be struck through.
|
WorkflowBpmnLabelStyleDefinition.Builder |
WorkflowBpmnLabelStyleDefinition.Builder.underlined() |
Sets the label to be underlined.
|
WorkflowBpmnLabelStyleDefinition.Builder |
WorkflowBpmnLabelStyleDefinition.Builder.underlined(boolean underlined) |
Whether the label should be underlined.
|