org.apache.xmlgraphics.java2d
Class StrokingTextHandler
java.lang.Object
org.apache.xmlgraphics.java2d.StrokingTextHandler
- All Implemented Interfaces:
- TextHandler
public class StrokingTextHandler
- extends Object
- implements TextHandler
Default TextHandler implementation which paints text using graphics primitives (shapes).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StrokingTextHandler
public StrokingTextHandler()
- Default constructor.
drawString
public void drawString(Graphics2D g2d,
String text,
float x,
float y)
throws IOException
- Draw some text.
- Specified by:
drawString in interface TextHandler
- Parameters:
g2d - 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 rendered
- Throws:
IOException - In case of an I/O error
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.