Class FlowGraphToGraphDotConverterSettings

java.lang.Object
de.xima.fc.workflow.converter.graphdot.FlowGraphToGraphDotConverterSettings

public final class FlowGraphToGraphDotConverterSettings extends Object
Since:
8.2.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • constrainLayoutToFlow

      public boolean constrainLayoutToFlow()
      Returns:
      true to take the computed flow edges into account when computing the layout.
    • constrainLayoutToHierarchy

      public boolean constrainLayoutToHierarchy()
      Returns:
      true to take the hierarchy from the abstract syntax tree into account when computing the layout.
    • direction

      public ERankDirection direction()
      Returns:
      Direction of the layout.
    • ignoreBackwardsEdgesForLayout

      public boolean ignoreBackwardsEdgesForLayout()
      Returns:
      true to ignore backwards edges when computing the layout.
    • locale

      public Locale 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 a user visible name.
    • showHierarchyEdges

      public boolean showHierarchyEdges()
      Returns:
      true to show hierarchy edges from the syntax tree.
    • builder

      Creates builder to build FlowGraphToGraphDotConverterSettings.
      Returns:
      created builder