Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.svggen
Class Font2  view Font2 download Font2.java

java.lang.Object
  extended byorg.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()
           
 
Method Summary
 void paint(java.awt.Graphics2D g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Font2

public Font2()
Method Detail

paint

public void paint(java.awt.Graphics2D g)
Specified by:
paint in interface Painter