static Rect smallestRectContaining(L l, final Pt p) { new Lowest b; for (Rect r : l) if (r.contains(p)) b.put(r, rectPixels(r)); ret b; }