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 EBpmnTextSettingsUnitGeneralSettingsViewModel. getFontSizeUnit()Gets the unit for the font size in the BPMN diagram.EBpmnTextSettingsUnitTextSettingsViewModel. getFontSizeUnit()static EBpmnTextSettingsUnitEBpmnTextSettingsUnit. 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 voidGeneralSettingsViewModel. setFontSizeUnit(EBpmnTextSettingsUnit fontSizeUnit)Sets the unit for the font size in the BPMN diagram.voidTextSettingsViewModel. setFontSizeUnit(EBpmnTextSettingsUnit fontSizeUnit)
-