Uses of Enum
de.xima.fc.workflow.designer.bpmn.model.settings.EBpmnTextSettingsUnit
Packages that use EBpmnTextSettingsUnit
-
Uses of EBpmnTextSettingsUnit in de.xima.fc.workflow.designer.bpmn.model.settings
Subclasses with type arguments of type EBpmnTextSettingsUnit in de.xima.fc.workflow.designer.bpmn.model.settingsModifier and TypeClassDescriptionenumEnumeration for the font size unit in BPMN diagrams.Methods in de.xima.fc.workflow.designer.bpmn.model.settings that return EBpmnTextSettingsUnitModifier and TypeMethodDescriptionGeneralSettingsViewModel.getFontSizeUnit()Gets the unit for the font size in the BPMN diagram.TextSettingsViewModel.getFontSizeUnit()static EBpmnTextSettingsUnitReturns the enum constant of this type with the specified name.static EBpmnTextSettingsUnit[]EBpmnTextSettingsUnit.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.workflow.designer.bpmn.model.settings with parameters of type EBpmnTextSettingsUnitModifier and TypeMethodDescriptionvoidGeneralSettingsViewModel.setFontSizeUnit(EBpmnTextSettingsUnit fontSizeUnit) Sets the unit for the font size in the BPMN diagram.voidTextSettingsViewModel.setFontSizeUnit(EBpmnTextSettingsUnit fontSizeUnit)