Re: Code reorganization

2005-03-25 Thread Jeremias Maerki
On 25.03.2005 12:35:35 Thomas DeWeese wrote: > Jeremias Maerki wrote: > > >>You seemed to hint that there were Batik dependencies in these > >>classes do you know what they are? > > > > Mainly applyPaint() which uses Batik-specific subclasses of the AWT > > Paint class. That means the basic Grap

Re: Code reorganization

2005-03-25 Thread Thomas DeWeese
Jeremias Maerki wrote: You seemed to hint that there were Batik dependencies in these classes do you know what they are? Mainly applyPaint() which uses Batik-specific subclasses of the AWT Paint class. That means the basic Graphics2D implementation would have to be either subclassed or, better, ext

Re: Code reorganization

2005-03-21 Thread Chris Bowditch
Jeremias Maerki wrote: We still have the two general solutions in the Wiki: http://wiki.apache.org/xmlgraphics/XmlGraphicsCommonComponents Proposal 2 is clearly superior to make the dependencies clearer and the make things easier for our users as well as the Batik team. Chris said he preferred that

Re: Code reorganization

2005-03-18 Thread Jeremias Maerki
On 18.03.2005 20:03:07 Thomas DeWeese wrote: > Hi Jeremias, > > Jeremias Maerki wrote: > > > A proposal 2a (a kind of compromise) would involve putting the basic > > Graphics2D implementations in the Commons area (no dependencies on Batik). > > The transcoders themselves would go into Batik. >

Re: Code reorganization

2005-03-18 Thread Thomas DeWeese
Hi Jeremias, Jeremias Maerki wrote: A proposal 2a (a kind of compromise) would involve putting the basic Graphics2D implementations in the Commons area (no dependencies on Batik). The transcoders themselves would go into Batik. This is what I envisioned all along. Of course, this also splits thi

Code reorganization

2005-03-18 Thread Jeremias Maerki
We still have the two general solutions in the Wiki: http://wiki.apache.org/xmlgraphics/XmlGraphicsCommonComponents Proposal 2 is clearly superior to make the dependencies clearer and the make things easier for our users as well as the Batik team. Chris said he preferred that the transcoders shou