Searched refs:WBMPImageWriter (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPImageWriterSpi.java57 "com.sun.imageio.plugins.wbmp.WBMPImageWriter",
91 return new WBMPImageWriter(this);
H A DWBMPImageWriter.java64 public class WBMPImageWriter extends ImageWriter { class in inherits:ImageWriter
95 /** Constructs <code>WBMPImageWriter</code> based on the provided
98 public WBMPImageWriter(ImageWriterSpi originator) { method in class:WBMPImageWriter
106 throw new IllegalArgumentException(I18N.getString("WBMPImageWriter"));

Completed in 141 milliseconds