src/java.desktop/share/classes/java/awt/image/BufferedImage.java

Print this page

        

*** 854,864 **** return colorModel; } /** * Returns the {@link WritableRaster}. ! * @return the <code>WriteableRaster</code> of this * <code>BufferedImage</code>. */ public WritableRaster getRaster() { return raster; } --- 854,864 ---- return colorModel; } /** * Returns the {@link WritableRaster}. ! * @return the <code>WritableRaster</code> of this * <code>BufferedImage</code>. */ public WritableRaster getRaster() { return raster; }