Re: startPageSequence() in Renderer interface

2007-04-05 Thread Andreas L Delmelle
On Apr 4, 2007, at 16:42, Adrian Cumiskey wrote: Hi Adrian / Jeremias, Speak now or forever hold your peace :-) This is not very helpful, despite the smiley. Besides, things change. Your post is the best example of that. Well, maybe I'm missing a joke not being native English speaking. I

Re: startPageSequence() in Renderer interface

2007-04-04 Thread Adrian Cumiskey
Hi all, Jeremias Maerki wrote: Hi Adrian On 02.04.2007 11:05:03 Adrian Cumiskey wrote: Of course this would mean a change in a low level interface but would be a trivial change for all our renderers. "our" renderers, yes. You also need to consider custom renderer developed outside of FOP. If

Re: startPageSequence() in Renderer interface

2007-04-04 Thread Jeremias Maerki
Hi Adrian On 02.04.2007 11:05:03 Adrian Cumiskey wrote: > I am working on the postscript renderer and have a query about > org.apache.fop.render.Renderer#void startPageSequence(LineArea title). > Its seems a bit wrong to me that this method is invoked with just the > title of the PageSequence b

Re: startPageSequence() in Renderer interface

2007-04-03 Thread Simon Pepping
On Tue, Apr 03, 2007 at 05:25:15PM +0100, Adrian Cumiskey wrote: > Hi, > > I have had a good look through the code, changed the interface in my > sandbox and I can find no reason why > > org.apache.fop.render.Renderer#void startPageSequence(LineArea title) > > shouldn't instead be > > org.apac

Re: startPageSequence() in Renderer interface

2007-04-03 Thread Adrian Cumiskey
Hi, I have had a good look through the code, changed the interface in my sandbox and I can find no reason why org.apache.fop.render.Renderer#void startPageSequence(LineArea title) shouldn't instead be org.apache.fop.render.Renderer#void startPageSequence(org.apache.fop.area.PageSequence pag

startPageSequence() in Renderer interface

2007-04-02 Thread Adrian Cumiskey
Hi, I am working on the postscript renderer and have a query about org.apache.fop.render.Renderer#void startPageSequence(LineArea title). Its seems a bit wrong to me that this method is invoked with just the title of the PageSequence being passed to it, surely it would be better to pass the P