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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.apache.batik.svggen.IdentityTest
All Implemented Interfaces:
Painter

public class IdentityTest
extends java.lang.Object
implements Painter

This test validates the convertion of Java 2D AffineTransform into SVG Shapes.

Version:
$Id: IdentityTest.java,v 1.4 2004/08/18 07:16:44 vhardy Exp $

Constructor Summary
IdentityTest()
           
 
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

IdentityTest

public IdentityTest()
Method Detail

paint

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