net.xoetrope.xui
Interface XPainter
- All Known Implementing Classes:
- XLogoBackground
-
public interface XPainter
An interface that allows an XPainter class to be added to paint part of a component. The interface specifies some extra methods to support various paint operations.
Copyright (c) Xoetrope Ltd., 2002-2004
License: see license.txt
$Revision: 2.2 $
Method Summary |
void |
paint(java.awt.Graphics g, java.lang.Object c, int x, int y, int w, int h)
Paints a background with a watermark like logo |
paint
void paint(java.awt.Graphics g,
java.lang.Object c,
int x,
int y,
int w,
int h)
-
Paints a background with a watermark like logo
-
- Parameters:
-
g
- the graphics context
-
c
- the component being painted
-
x
- the left coordinate
-
y
- the top coordinate
-
w
- the width coordinate
-
h
- the height coordinate
Copyright: Copyright (c) Xoetrope Ltd., 1998-2003
License: see license.txt $Revision: 2.2 $