Class FlowGraphToGraphDotConverterSettings
java.lang.Object
de.xima.fc.workflow.converter.graphdot.FlowGraphToGraphDotConverterSettings
Settings for
FlowGraphToGraphDotConverter.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder to buildFlowGraphToGraphDotConverterSettings. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates builder to buildFlowGraphToGraphDotConverterSettings.booleanbooleanbooleanlocale()booleanbooleanboolean
-
Method Details
-
constrainLayoutToFlow
public boolean constrainLayoutToFlow()- Returns:
trueto take the computed flow edges into account when computing the layout.
-
constrainLayoutToHierarchy
public boolean constrainLayoutToHierarchy()- Returns:
trueto take the hierarchy from the abstract syntax tree into account when computing the layout.
-
direction
- Returns:
- Direction of the layout.
-
ignoreBackwardsEdgesForLayout
public boolean ignoreBackwardsEdgesForLayout()- Returns:
trueto ignore backwards edges when computing the layout.
-
locale
- Returns:
- Locale for localizing node types etc.
-
separateUnreachableNodes
public boolean separateUnreachableNodes()- Returns:
- Whether to draw unreachable nodes as a separate cluster.
-
showAllNodeNames
public boolean showAllNodeNames()- Returns:
- When
true, show all nodes names, even for nodes that do not have auser visiblename.
-
showHierarchyEdges
public boolean showHierarchyEdges()- Returns:
trueto show hierarchy edges from the syntax tree.
-
builder
Creates builder to buildFlowGraphToGraphDotConverterSettings.- Returns:
- created builder
-