sinterface WidthAndHeight { int getWidth aka w(); int getHeight aka h(); public default Rect bounds() { ret rect(0, 0, getWidth(), getHeight()); } }