com.sun.jimi.core.raster
Class JimiRasterImageImporter

java.lang.Object
  |
  +--com.sun.jimi.core.raster.JimiRasterImageImporter

public class JimiRasterImageImporter
extends java.lang.Object

Importer class for creating JimiRasterImages from AWT ImageProducers.


Constructor Summary
JimiRasterImageImporter()
           
 
Method Summary
static JimiRasterImage importImage(java.awt.image.ImageProducer source, JimiImageFactory imageFactory)
          Import the image.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JimiRasterImageImporter

public JimiRasterImageImporter()
Method Detail

importImage

public static JimiRasterImage importImage(java.awt.image.ImageProducer source,
                                          JimiImageFactory imageFactory)
                                   throws JimiException
Import the image.
Returns:
the imported JimiRasterImage
Throws:
JimiException - if an error prevents import