home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 June
/
CHIPHEFT062001.ISO
/
browser
/
nc32lyc
/
comm.z
/
java40.jar
/
sun
/
awt
/
Win32DrawingSurface.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2000-08-15
|
414 b
|
20 lines
package sun.awt;
import java.awt.image.ColorModel;
public interface Win32DrawingSurface extends PhysicalDrawingSurface {
int getHWnd();
int getHBitmap();
int getPBits();
int getHDC();
int getDepth();
int getHPalette();
ColorModel getColorModel();
}