|
xmlgraphics-commons 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlgraphics.java2d.StrokingTextHandler
public class StrokingTextHandler
Default TextHandler implementation which paints text using graphics primitives (shapes).
Constructor Summary | |
---|---|
StrokingTextHandler()
|
|
StrokingTextHandler(AbstractGraphics2D g2d)
Deprecated. Use default constructor instead |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StrokingTextHandler(AbstractGraphics2D g2d)
g2d
- a graphics 2d implementationpublic StrokingTextHandler()
Method Detail |
---|
public void drawString(java.awt.Graphics2D g2d, java.lang.String text, float x, float y)
drawString
in interface TextHandler
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 renderedpublic void drawString(java.lang.String text, float x, float y)
drawString
in interface TextHandler
text
- the text to paintx
- the x-coordinate where the String
should be renderedy
- the y-coordinate where the String
should be rendered
|
xmlgraphics-commons 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |