Class Dot2ZestAttributesConverter.Options

java.lang.Object
org.eclipse.gef.dot.internal.ui.conversion.Dot2ZestAttributesConverter.Options
Enclosing class:
Dot2ZestAttributesConverter

public static final class Dot2ZestAttributesConverter.Options extends Object
  • Field Details

    • emulateLayout

      public boolean emulateLayout
      Indicates whether layout should be emulated or not. If set to true, an ILayoutAlgorithm is to be inferred for the given dot, and set as value of the ZestProperties.LAYOUT_ALGORITHM__G attribute. If set to false (i.e. native layout is performed via Graphviz and position and size information is already provided in the dot input), the ZestProperties.LAYOUT_ALGORITHM__G should remain unset.
    • ignorePositions

      public boolean ignorePositions
      Whether to ignore position data.
    • invertYAxis

      public boolean invertYAxis
      Specifies whether the y-coordinate values of all position information is to be inverted. If set to true the y-values of all position information is to be inverted. If set to false, it is to be transformed without inversion.
  • Constructor Details

    • Options

      public Options()