Class WorkflowContextModel
java.lang.Object
de.xima.fc.workflow.designer.model.WorkflowContextModel
- All Implemented Interfaces:
Serializable
Model with additional context data such as the fonts installed on the system.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WorkflowContextModel
empty()
void
setInstalledCharsets
(List<Charset> installedCharsets) void
setInstalledFontNames
(List<String> installedFontNames) void
setStandardSupportedCharsets
(List<Charset> standardSupportedCharsets)
-
Constructor Details
-
WorkflowContextModel
public WorkflowContextModel()
-
-
Method Details
-
getInstalledCharsets
-
getInstalledFontNames
-
getStandardSupportedCharsets
-
setInstalledCharsets
-
setInstalledFontNames
-
setStandardSupportedCharsets
-
empty
-