Chart Builder API (beta)

oracle.ord.media.codec
Class WBMPEncoder

java.lang.Object
  |
  +--oracle.ord.media.codec.WBMPEncoder

public class WBMPEncoder
extends java.lang.Object

Encodes images into the WBMP format.


Constructor Summary
WBMPEncoder(java.io.OutputStream output)
           
 
Method Summary
 void encode(java.awt.image.RenderedImage im)
          Encodes a RenderedImage and writes the output to the OutputStream associated with this encoder.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WBMPEncoder

public WBMPEncoder(java.io.OutputStream output)
Method Detail

encode

public void encode(java.awt.image.RenderedImage im)
            throws java.io.IOException
Encodes a RenderedImage and writes the output to the OutputStream associated with this encoder.

Chart Builder API (beta)