public class StrokingTextHandler extends java.lang.Object implements TextHandler
| Constructor and Description |
|---|
StrokingTextHandler() |
StrokingTextHandler(AbstractGraphics2D g2d)
Deprecated.
Use default constructor instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
drawString(java.awt.Graphics2D g2d,
java.lang.String text,
float x,
float y)
Draw some text.
|
void |
drawString(java.lang.String text,
float x,
float y)
Draw some text.
|
public StrokingTextHandler(AbstractGraphics2D g2d)
g2d - a graphics 2d implementationpublic StrokingTextHandler()
public void drawString(java.awt.Graphics2D g2d,
java.lang.String text,
float x,
float y)
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 renderedpublic void drawString(java.lang.String text,
float x,
float y)
drawString in interface TextHandlertext - the text to paintx - the x-coordinate where the String should be renderedy - the y-coordinate where the String should be renderedCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.