public class StrokingTextHandler extends Object implements TextHandler
| Constructor and Description |
|---|
StrokingTextHandler()
Default constructor.
|
public void drawString(Graphics2D g2d, String text, float x, float y) throws IOException
drawString in interface TextHandlerg2d - the graphics 2D implementationtext - the text to paintx - the x-coordinate where the String should be renderedy - the y-coordinate where the String should be renderedIOException - In case of an I/O errorCopyright 1999-2012 The Apache Software Foundation. All Rights Reserved.