|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TextDecorator
An interface for adding decorations to the painting of text
Company: Formaria Ltd., 2008
$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 |
| Method Detail |
|---|
void textPainted(java.awt.Graphics g,
java.lang.String str,
int x,
int y)
g - the graphics contextstr - the text to paintx - the horizontal coordinatey - the vertical coordinate
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||