Class Dot2ZestAttributesConverter.Options
java.lang.Object
org.eclipse.gef.dot.internal.ui.conversion.Dot2ZestAttributesConverter.Options
- Enclosing class:
- Dot2ZestAttributesConverter
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
Indicates whether layout should be emulated or not.boolean
Whether to ignore position data.boolean
Specifies whether the y-coordinate values of all position information is to be inverted. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
emulateLayout
public boolean emulateLayoutIndicates whether layout should be emulated or not. If set totrue
, anILayoutAlgorithm
is to be inferred for the given dot, and set as value of theZestProperties.LAYOUT_ALGORITHM__G
attribute. If set tofalse
(i.e. native layout is performed via Graphviz and position and size information is already provided in the dot input), theZestProperties.LAYOUT_ALGORITHM__G
should remain unset. -
ignorePositions
public boolean ignorePositionsWhether to ignore position data. -
invertYAxis
public boolean invertYAxisSpecifies whether the y-coordinate values of all position information is to be inverted. If set totrue
the y-values of all position information is to be inverted. If set tofalse
, it is to be transformed without inversion.
-
-
Constructor Details
-
Options
public Options()
-