java.lang.Object
org.apache.batik.svggen.Font2
- All Implemented Interfaces:
- Painter
- public class Font2
- extends java.lang.Object
- implements Painter
This test validates the convertion of Java 2D text into
SVG Shapes, one of the options of the SVGGraphics2D constructor.
This is the same test as Font testing with regards to the
Java 2D API code, except that it validates text to shapes
convertion.
- Version:
- $Id: Font2.java,v 1.7 2004/08/18 07:16:44 vhardy Exp $
|
Constructor Summary |
Font2()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Font2
public Font2()
paint
public void paint(java.awt.Graphics2D g)
- Specified by:
paint in interface Painter