Uses of Class
de.xima.fc.workflow.designer.bpmn.model.settings.EBpmnTextSettingsUnit
-
Packages that use EBpmnTextSettingsUnit Package Description de.xima.fc.workflow.designer.bpmn.model.settings -
-
Uses of EBpmnTextSettingsUnit in de.xima.fc.workflow.designer.bpmn.model.settings
Methods in de.xima.fc.workflow.designer.bpmn.model.settings that return EBpmnTextSettingsUnit Modifier and Type Method Description EBpmnTextSettingsUnit
GeneralSettingsViewModel. getFontSizeUnit()
Gets the unit for the font size in the BPMN diagram.EBpmnTextSettingsUnit
TextSettingsViewModel. getFontSizeUnit()
static EBpmnTextSettingsUnit
EBpmnTextSettingsUnit. valueOf(String name)
Returns 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 EBpmnTextSettingsUnit Modifier and Type Method Description void
GeneralSettingsViewModel. setFontSizeUnit(EBpmnTextSettingsUnit fontSizeUnit)
Sets the unit for the font size in the BPMN diagram.void
TextSettingsViewModel. setFontSizeUnit(EBpmnTextSettingsUnit fontSizeUnit)
-