static IMeta toIMeta(O o) { if (o == null) null; if (o cast IMeta) ret o; if (o cast JComponent) ret initMetaOfJComponent(o); if (o cast BufferedImage) ret initMetaOfBufferedImage(o); null; }