home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 144
/
DPCS0200.iso
/
Internet
/
Supanet
/
system
/
swing.jar
/
javax
/
swing
/
GraphicsWrapper.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-05
|
340 b
|
19 lines
package javax.swing;
import java.awt.Graphics;
import java.awt.Rectangle;
interface GraphicsWrapper {
int getClipHeight();
int getClipWidth();
int getClipX();
int getClipY();
boolean isClipIntersecting(Rectangle var1);
Graphics subGraphics();
}