Class InclusiveGatewaySettingsViewModel
java.lang.Object
de.xima.fc.workflow.designer.bpmn.model.settings.ASettingsViewViewModel
de.xima.fc.workflow.designer.bpmn.model.settings.GatewaySettingsViewModel
de.xima.fc.workflow.designer.bpmn.model.settings.InclusiveGatewaySettingsViewModel
- All Implemented Interfaces:
Serializable
View model for layout settings related to
inclusive gateways in BPMN diagrams.- Since:
- 8.4.0
- See Also:
-
Field Summary
Fields inherited from class GatewaySettingsViewModel
annotationDistance, color, height, textSettings, width -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyFromSettings(IWorkflowBpmnLayoutSettings settings) Applies the settings from the givenIWorkflowBpmnLayoutSettingsinstance to this view model.voidApplies the settings from the givenFlowchartToBpmnConverterSettingsinstance to this view model.voidApplies the settings from this view model to the givenWorkflowBpmnLayoutSettings.Builderinstance.voidApplies the settings from this view model to the givenFlowchartToBpmnConverterSettings.Builderinstance.Methods inherited from class GatewaySettingsViewModel
getAnnotationDistance, getColor, getHeight, getTextSettings, getWidth, setAnnotationDistance, setColor, setHeight, setWidth
-
Constructor Details
-
InclusiveGatewaySettingsViewModel
public InclusiveGatewaySettingsViewModel()
-
-
Method Details
-
applyFromSettings
Description copied from class:ASettingsViewViewModelApplies the settings from the givenIWorkflowBpmnLayoutSettingsinstance to this view model.- Specified by:
applyFromSettingsin classGatewaySettingsViewModel- Parameters:
settings- The settings to apply.
-
applyFromSettings
Description copied from class:ASettingsViewViewModelApplies the settings from the givenFlowchartToBpmnConverterSettingsinstance to this view model.- Specified by:
applyFromSettingsin classGatewaySettingsViewModel- Parameters:
settings- The settings to apply.
-
applyToBuilder
Description copied from class:ASettingsViewViewModelApplies the settings from this view model to the givenWorkflowBpmnLayoutSettings.Builderinstance.- Specified by:
applyToBuilderin classGatewaySettingsViewModel- Parameters:
builder- The builder to apply settings to.
-
applyToBuilder
Description copied from class:ASettingsViewViewModelApplies the settings from this view model to the givenFlowchartToBpmnConverterSettings.Builderinstance.- Specified by:
applyToBuilderin classGatewaySettingsViewModel- Parameters:
builder- The builder to apply settings to.
-