org.formaria.aria
Interface TextDecorator


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

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