xmlgraphics-commons 1.4

org.apache.xmlgraphics.java2d
Class StrokingTextHandler

java.lang.Object
  extended by org.apache.xmlgraphics.java2d.StrokingTextHandler
All Implemented Interfaces:
TextHandler

public class StrokingTextHandler
extends java.lang.Object
implements TextHandler

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

StrokingTextHandler

public StrokingTextHandler(AbstractGraphics2D g2d)
Deprecated. Use default constructor instead

Legacy constructor.

Parameters:
g2d - a graphics 2d implementation

StrokingTextHandler

public StrokingTextHandler()
Method Detail

drawString

public void drawString(java.awt.Graphics2D g2d,
                       java.lang.String text,
                       float x,
                       float y)
Draw some text.

Specified by:
drawString in interface TextHandler
Parameters:
g2d - the graphics 2D implementation
text - the text to paint
x - the x-coordinate where the String should be rendered
y - the y-coordinate where the String should be rendered

drawString

public void drawString(java.lang.String text,
                       float x,
                       float y)
Draw some text.

Specified by:
drawString in interface TextHandler
Parameters:
text - the text to paint
x - the x-coordinate where the String should be rendered
y - the y-coordinate where the String should be rendered

xmlgraphics-commons 1.4

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.