static O renderForTable(O o) { if (eqOneOf(getClassName(o), "main$BWImage", "main$RGBImage")) ret call(o, "getBufferedImage"); ret o; }