Uses of Class
de.xima.fc.common.workflow.bpmn.WorkflowBpmnTextLayoutSettings.Builder
Packages that use WorkflowBpmnTextLayoutSettings.Builder
Package
Description
-
Uses of WorkflowBpmnTextLayoutSettings.Builder in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn that return WorkflowBpmnTextLayoutSettings.BuilderModifier and TypeMethodDescriptionWorkflowBpmnTextLayoutSettings.builder()Creates a new builder forWorkflowBpmnTextLayoutSettings.WorkflowBpmnTextLayoutSettings.Builder.coalesceSpaces(boolean coalesceSpaces) Whether to coalesce multiple spaces into a single space.WorkflowBpmnTextLayoutSettings.derive()Derives a new builder for the text layout settings, using the current settings as defaults.WorkflowBpmnTextLayoutSettings.Builder.explicitBounds(boolean explicitBounds) Sets whether the name in the BPMN diagram should have theBoundsset explicitly.WorkflowBpmnTextLayoutSettings.Builder.fontSize(QuantityDouble<Length> fontSize) Sets the font size for the text layout settings.WorkflowBpmnTextLayoutSettings.Builder.fontSizePt(double fontSizePoints) Sets the font size for the text layout settings.WorkflowBpmnTextLayoutSettings.Builder.fontSizePx(double fontSizePixels) Sets the font size for the text layout settings.WorkflowBpmnTextLayoutSettings.Builder.lineBreakMode(EWorkflowBpmnTextLayoutLineBreakMode lineBreakMode) Sets how to treat line breaks when lay-outing text.WorkflowBpmnTextLayoutSettings.Builder.lineHeight(double lineHeight) Sets the line height for the text layout settings.WorkflowBpmnTextLayoutSettings.Builder.maxHeight(double maxHeight, EWorkflowBpmnTextLayoutSettingsMaxHeightType maxHeightType) Sets the maximum number of lines for the text layout settings.WorkflowBpmnTextLayoutSettings.Builder.maxWidth(double maxWidth) Sets the maximum width for the text layout settings.WorkflowBpmnTextLayoutSettings.Builder.minWidth(double minWidth) Sets the minimum width for the text bounding box.WorkflowBpmnTextLayoutSettings.Builder.noMaxHeight()Removes the maximum height for the text layout settings.WorkflowBpmnTextLayoutSettings.Builder.noMaxWidth()Removes the maximum width for the text layout settings.WorkflowBpmnTextLayoutSettings.Builder.trimSpaces(boolean trimSpaces) Whether to trim leading and trailing spaces from the text.Method parameters in de.xima.fc.common.workflow.bpmn with type arguments of type WorkflowBpmnTextLayoutSettings.BuilderModifier and TypeMethodDescriptionWorkflowBpmnLayoutSettings.Builder.boundaryEventTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Set the default text settings for (the text of)boundary eventsin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.complexGatewayTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Adjusts the default text settings for (the label of)complex gatewaysin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.dataObjectTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Adjusts the default text settings for (the label of)data objectsin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.dataStoreTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Adjusts the default text settings for (the label of)data storesin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.endEventTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Set the default text settings for (the text of)end eventsin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.eventBasedGatewayTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Adjusts the default text settings for (the label of)eventBased gatewaysin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.eventTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Set the default text settings for (the text of)eventsin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.exclusiveGatewayTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Adjusts the default text settings for (the label of)exclusive gatewaysin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.gatewayTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Adjusts the default text settings for (the label of)gatewaysin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.inclusiveGatewayTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Adjusts the default text settings for (the label of)inclusive gatewaysin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.intermediateCatchEventTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Set the default text settings for (the text of)intermediate catch eventsin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.intermediateThrowEventTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Set the default text settings for (the text of)intermediate throw eventsin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.laneTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Adjusts the default text settings for (the label of)lanesin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.parallelGatewayTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Adjusts the default text settings for (the label of)parallel gatewaysin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.participantTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Adjusts the default text settings for (the label of)participantsin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.sequenceFlowTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Adjusts the default text settings for (the label of)sequence flowsin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.startEventTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Set the default text settings for (the text of)start eventsin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.subProcessTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Adjusts the default text settings for (the label of)sub processesin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.taskTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Adjusts the default text settings for (the label of)tasksin the BPMN diagram.WorkflowBpmnLayoutSettings.Builder.textAnnotationTextSettings(Consumer<? super WorkflowBpmnTextLayoutSettings.Builder> configurator) Adjusts the default text settings for (the text of)text annotationsin the BPMN diagram. -
Uses of WorkflowBpmnTextLayoutSettings.Builder in de.xima.fc.workflow.designer.bpmn.model.settings
Methods in de.xima.fc.workflow.designer.bpmn.model.settings with parameters of type WorkflowBpmnTextLayoutSettings.BuilderModifier and TypeMethodDescriptionvoidTextSettingsViewModel.applyToBuilder(WorkflowBpmnTextLayoutSettings.Builder builder)