home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD 31
/
SUPERCDa.iso
/
Inet
/
HotJava
/
hjava.exe
/
Windows
/
resource
/
jre
/
lib
/
rt.jar
/
sun
/
awt
/
DrawingSurfaceInfo.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
|
1998-11-11
|
382 b
|
17 lines
package sun.awt;
import java.awt.Rectangle;
import java.awt.Shape;
public interface DrawingSurfaceInfo {
int lock();
void unlock();
Rectangle getBounds();
PhysicalDrawingSurface getSurface();
Shape getClip();
}