< prev index next >

src/java.desktop/share/classes/com/sun/imageio/plugins/wbmp/WBMPImageWriter.java

Print this page

        

*** 55,65 **** /** * The Java Image IO plugin writer for encoding a binary RenderedImage into * a WBMP format. * * The encoding process may clip, subsample using the parameters ! * specified in the <code>ImageWriteParam</code>. * * @see com.sun.media.imageio.plugins.WBMPImageWriteParam */ public class WBMPImageWriter extends ImageWriter { /** The output stream to write into */ --- 55,65 ---- /** * The Java Image IO plugin writer for encoding a binary RenderedImage into * a WBMP format. * * The encoding process may clip, subsample using the parameters ! * specified in the {@code ImageWriteParam}. * * @see com.sun.media.imageio.plugins.WBMPImageWriteParam */ public class WBMPImageWriter extends ImageWriter { /** The output stream to write into */
*** 90,101 **** } return multiBytes; } ! /** Constructs <code>WBMPImageWriter</code> based on the provided ! * <code>ImageWriterSpi</code>. */ public WBMPImageWriter(ImageWriterSpi originator) { super(originator); } --- 90,101 ---- } return multiBytes; } ! /** Constructs {@code WBMPImageWriter} based on the provided ! * {@code ImageWriterSpi}. */ public WBMPImageWriter(ImageWriterSpi originator) { super(originator); }
< prev index next >