Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

KeyPossible values/optionsDescription
node.layout
  • horizontal (default)
  • vertical
Sets the layout direction of the operator graph. The horizontal option draws the graph from left (sources) to the right (sinks), the vertical option draws the graph from bottom (sources) to top (sinks).
layout.horizontal.distance.xpositive integer (default: 50)Sets the distance between two nodes on the X axis for the horizontal layout.
layout.horizontal.distance.ypositive integer (default: 50)Sets the distance between two nodes on the Y axis for the horizontal layout.
layout.vertical.distance.xpositive integer (default: 100)Sets the distance between two nodes on the X axis for the vertical layout.
layout.vertical.distance.ypositive integer (default: 75)Sets the distance between two nodes on the Y axis for the vertical layout.
viewer.configString

Sets the file_name of the configuration file for the operator graph visualization style. Odysseus Studio provides several default themes that can be set as a value:

  • symbol.xml (default)
  • symbol_light.xml
  • symbol_dark.xml

Additionaly it is possible to set configuration files user defined visualization styles. The configuration files must be located in the Odysseus Home Directory and its path must be set relative to it.

More information on how to customize the operator graph visualization can be found here.