878889909192939495
g2d = (Graphics2D) bigC.newInstance(new Object[]{ image}); } } catch (Exception ex) { g2d = new RasterGraphics(image.getRaster(), image.getColorModel()); } return g2d; }