swingwtx.imageio
Class ImageIO

java.lang.Object
  extended byswingwtx.imageio.ImageIO

public class ImageIO
extends java.lang.Object

Incomplete ImageIO support


Constructor Summary
ImageIO()
           
 
Method Summary
static java.lang.String[] getReaderFormatNames()
          Return hardcoded list of known SWT format types.
static BufferedImage read(java.io.InputStream input)
           
static BufferedImage read(java.net.URL input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageIO

public ImageIO()
Method Detail

getReaderFormatNames

public static java.lang.String[] getReaderFormatNames()
Return hardcoded list of known SWT format types. I'm not aware of a SWT method to return this, but I expect that one exists.


read

public static BufferedImage read(java.io.InputStream input)
                          throws java.io.IOException
Throws:
java.io.IOException

read

public static BufferedImage read(java.net.URL input)
                          throws java.io.IOException
Throws:
java.io.IOException