invoke
abstract operator fun invoke(panelSize: Double, spacing: Double, views: Map<Int, List<SizingPolicy.OverlappingView>>): Map<Int, Double>(source)
Generates a map between row/column number and width/height.
Parameters
panelSize
of the GridPanel (width/height)
spacing
of the rows or columns in the panel
views
a mapping of the list of overlapping View items to a row / column