< prev index next >
src/java.desktop/share/classes/com/sun/imageio/plugins/wbmp/WBMPImageWriter.java
Print this page
@@ -55,11 +55,11 @@
/**
* 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>.
+ * specified in the {@code ImageWriteParam}.
*
* @see com.sun.media.imageio.plugins.WBMPImageWriteParam
*/
public class WBMPImageWriter extends ImageWriter {
/** The output stream to write into */
@@ -90,12 +90,12 @@
}
return multiBytes;
}
- /** Constructs <code>WBMPImageWriter</code> based on the provided
- * <code>ImageWriterSpi</code>.
+ /** Constructs {@code WBMPImageWriter} based on the provided
+ * {@code ImageWriterSpi}.
*/
public WBMPImageWriter(ImageWriterSpi originator) {
super(originator);
}
< prev index next >