static S rectWithVolume(Rect r) { ret r == null ? "-" : r + " (volume: " + rectVolume(r) + ")"; }