home *** CD-ROM | disk | FTP | other *** search
/ PC Master 5 / PC MASTER 5.iso / INTERNET / KIT / WIN95 / MSIE30.EXE / ieakjava.exe / classr.exe / com / ms / directX / dBitmap.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-01-31  |  979 b   |  18 lines

  1. package com.ms.directX;
  2.  
  3. public class dBitmap implements IdBitmap {
  4.    public native void filename(String var1);
  5.  
  6.    public native int loaded();
  7.  
  8.    public native int InternalGetBitmap();
  9.  
  10.    public native int height();
  11.  
  12.    public native void initHeight(int var1);
  13.  
  14.    public native void initWidth(int var1);
  15.  
  16.    public native int width();
  17. }
  18.