org.apache.xmlgraphics.java2d
public interface TextHandler
Modifier and Type | Method and Description |
---|---|
void |
drawString(java.lang.String text,
float x,
float y)
Draw some text.
|
void drawString(java.lang.String text, float x, float y) throws java.io.IOException
text
- the text to paintx
- the x-coordinate where the String
should be renderedy
- the y-coordinate where the String
should be renderedjava.io.IOException
- In case of an I/O errorCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.