|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBrush
I can paint myself to some location of your choice on a Graphics
.
Unlike IPainter
, I have no coordinates of my own.
Method Summary | |
---|---|
void |
paint(java.awt.Graphics g,
int x,
int y)
Paint somewhere on this graphics. |
Method Detail |
---|
void paint(java.awt.Graphics g, int x, int y)
g
- the Graphics
x
- x coordinate (screen units)y
- y coordinate (screen units)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |