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