net.xoetrope.xui
Interface XTextDecorator
-
public interface XTextDecorator
An interface for adding decorations to the painting of text
Company: Xoetrope Ltd., 1998-2003
$Revision: 2.0 $
Method Summary |
void |
textPainted(java.awt.Graphics g, java.lang.String str, int x, int y)
Paint a text decoration, called after the initial painting |
textPainted
void textPainted(java.awt.Graphics g,
java.lang.String str,
int x,
int y)
-
Paint a text decoration, called after the initial painting
-
- Parameters:
-
g
- the graphics context
-
str
- the text to paint
-
x
- the horizontal coordinate
-
y
- the vertical coordinate