Layout options

layout-max-iterations

type

int

default

0

description

The maximum number of iterations allowed for the layout procedure to run

The maximum number of iterations allowed for the layout procedure to run (the number is internally multiplied by 10000). If the limit is reached, an exception is thrown. Zero value means no limit.

smart-layout

type

boolean

default

false

description

whether to use “smart” layout or “simple”

“Smart” layout is some slower then “simple” but much better. See examples.