static void treemapSlice(Row parent, double x0, double y0, double x1, double y1) { SliceLayout.layoutChildren(Rect.fromLTRB(x0, y0, x1, y1), parent.children); }