Looks like the Batik guys have changed the TextPainter interface without thinking about dependencies on other projects. Keiron, shall we make the changes to conform to their new interface or should they reconsider this change?
This is the link to TextPainter in Batik's CVS: http://cvs.apache.org/viewcvs.cgi/xml-batik/sources/org/apache/batik/gvt/TextPainter.java On 14.08.2002 12:36:22 Sam Ruby wrote: > [javac] >/home/rubys/jakarta/xml-fop/build/src/org/apache/fop/svg/PDFTextPainter.java:41: >class org.apache.fop.svg.PDFTextPainter must be declared abstract. It does not define >java.awt.geom.Rectangle2D getBounds2D(org.apache.batik.gvt.TextNode) from interface >org.apache.batik.gvt.TextPainter. > [javac] public class PDFTextPainter implements TextPainter { > [javac] ^ Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
