cvj2.img.loader
クラス ImageLoaderPluginAWTToolkit

java.lang.Object
  上位を拡張 cvj2.img.loader.ImageLoaderPlugin
      上位を拡張 cvj2.img.loader.ImageLoaderPluginAWTToolkit

public class ImageLoaderPluginAWTToolkit
extends ImageLoaderPlugin

java.awt.Toolkit.createImage() を使用した画像ロードプラグイン


フィールドの概要
static int outputBufferedImageType
           
 
コンストラクタの概要
ImageLoaderPluginAWTToolkit()
           
 
メソッドの概要
 java.awt.image.BufferedImage load(java.io.InputStream in)
          ロードする
 
クラス cvj2.img.loader.ImageLoaderPlugin から継承されたメソッド
addExt, equals, getName, getSupportExt
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

outputBufferedImageType

public static int outputBufferedImageType
コンストラクタの詳細

ImageLoaderPluginAWTToolkit

public ImageLoaderPluginAWTToolkit()
メソッドの詳細

load

public java.awt.image.BufferedImage load(java.io.InputStream in)
                                  throws java.io.IOException
クラス ImageLoaderPlugin の記述:
ロードする

定義:
クラス ImageLoaderPlugin 内の load
戻り値:
null は返らない
例外:
java.io.IOException