home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
S283 Planetary Science &… the Search for Life CD 3
/
0_CD-ROM.iso
/
install
/
jre1_3
/
lib
/
rt.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
|
1979-12-31
|
295 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();
}