1 /*2 SwingWT3 Copyright(c)2003-2004, R. Rawson-Tetley4 5 For more information on distributing and using this program, please6 see the accompanying "COPYING" file.7 8 Contact me by electronic mail: bobintetley@users.sourceforge.net9 10 $Log: Line2D.java,v $11 Revision 1.2 2004/04/20 16:36:14 bobintetley12 Code cleanup13 14 Revision 1.1 2004/01/15 15:20:29 bobintetley15 Java2D work16 17 18 */19 20 package swingwt.awt.geom;21 22 import swingwt.awt.*;23 24 public abstract class Line2D implements Shape {25 26 }27