NodalGridLayouter#
(Nodal Grid Layouter)
- Default object name:
nodal_grid_layouter
No corresponding User page.
Description#
The NodalGridLayouter provides a default left to right or top-down grid layout.
CID#
class "NodalGridLayouter" {
embedded_only yes
#license {
flavor "advanced"
}
#version 0.9
doc "The NodalGridLayouter provides a default left to right or top-down grid layout."
bool "top_down" {
doc "Enable top-down layout."
value no
}
long "spacing" {
doc "Pixel distance between nodes."
numeric_range yes 0.0 2147483647
ui_range yes 30 2147483647
value 0
}
bool "simplified" {
doc "Enable simplified layout."
value no
}
}