戻る

lib.directx
クラス ImageLoader

java.lang.Object
  |
  +--lib.directx.ImageLoader

public class ImageLoader
extends java.lang.Object

画像 (IDirectDrawSurface7) を読みこむクラスです。

導入されたバージョン:
1999/12/24

コンストラクタの概要
ImageLoader(lib.directx.IDirectDraw7 ddraw, lib.directx.HINSTANCE hInstance)
           
 
メソッドの概要
 void copyBitmap(lib.directx.IDirectDrawSurface7 surface, lib.directx.HBITMAP bitmap)
           
 void finalize()
           
 lib.directx.IDirectDrawSurface7 load(char[] filename)
           
 lib.directx.IDirectDrawSurface7 load(char[] filename, lib.directx.DDCOLORKEY colorKey)
           
 lib.directx.IDirectDrawSurface7 load(lib.directx.HBITMAP bitmap)
           
 lib.directx.IDirectDrawSurface7 load(lib.directx.HBITMAP bitmap, lib.directx.DDCOLORKEY colorKey)
           
 lib.directx.IDirectDrawSurface7 load(java.lang.String filename)
           
 lib.directx.IDirectDrawSurface7 load(java.lang.String filename, lib.directx.DDCOLORKEY colorKey)
           
 lib.directx.IDirectDrawSurface7 load(lib.directx.WORD resource)
           
 lib.directx.IDirectDrawSurface7 load(lib.directx.WORD resource, lib.directx.DDCOLORKEY colorKey)
           
 void setPalette(lib.directx.IDirectDrawSurface7 surface, lib.directx.HBITMAP bitmap)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ImageLoader

public ImageLoader(lib.directx.IDirectDraw7 ddraw,
                   lib.directx.HINSTANCE hInstance)
メソッドの詳細

load

public lib.directx.IDirectDrawSurface7 load(lib.directx.WORD resource)

load

public lib.directx.IDirectDrawSurface7 load(java.lang.String filename)

load

public lib.directx.IDirectDrawSurface7 load(char[] filename)

load

public lib.directx.IDirectDrawSurface7 load(lib.directx.HBITMAP bitmap)

load

public lib.directx.IDirectDrawSurface7 load(lib.directx.WORD resource,
                                            lib.directx.DDCOLORKEY colorKey)

load

public lib.directx.IDirectDrawSurface7 load(java.lang.String filename,
                                            lib.directx.DDCOLORKEY colorKey)

load

public lib.directx.IDirectDrawSurface7 load(char[] filename,
                                            lib.directx.DDCOLORKEY colorKey)

load

public lib.directx.IDirectDrawSurface7 load(lib.directx.HBITMAP bitmap,
                                            lib.directx.DDCOLORKEY colorKey)

copyBitmap

public void copyBitmap(lib.directx.IDirectDrawSurface7 surface,
                       lib.directx.HBITMAP bitmap)

setPalette

public void setPalette(lib.directx.IDirectDrawSurface7 surface,
                       lib.directx.HBITMAP bitmap)

finalize

public void finalize()
オーバーライド:
クラス java.lang.Object 内の finalize

戻る