public static final class Dot2ZestGraphConverter.Options
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
emulateLayout
Indicates whether layout should be emulated or not.
|
boolean |
invertYAxis
Specifies whether the y-coordinate values of all position information
is to be inverted.
|
Constructor and Description |
---|
Options() |
public boolean emulateLayout
true
, an ILayoutAlgorithm
is to be inferred for
the given dot, and set as value of the
ZestProperties.GRAPH_LAYOUT_ALGORITHM
attribute. If set to
false
(i.e. native layout is performed via Graphviz and
position information is already provided in the dot input), the
ZestProperties.GRAPH_LAYOUT_ALGORITHM
should remain unset.public boolean invertYAxis
true
the y-values of all
position information is to be inverted. If set to false
,
it is to be transformed without inversion.Copyright (c) 2014 itemis AG and others. All rights reserved.