Re: [Bug 29025] New: - Document/LayoutStrategy consolidation

2004-05-18 Thread Glen Mazza
Simon Pepping wrote: Note in this respect the comment in LayoutStrategy.java: /** Useful only for allowing subclasses of AddLMVisitor to be set by those extending FOP **/ right above private AddLMVisitor addLMVisitor = null; I think you should copy that comment to Document.java as well.

Re: [Bug 29025] New: - Document/LayoutStrategy consolidation

2004-05-17 Thread Simon Pepping
On Sun, May 16, 2004 at 07:10:50PM -, [EMAIL PROTECTED] wrote: Team, The following patch incorporates the (rather simple) LayoutStrategy code into the apps.Document class, and does away with LayoutStrategy and LayoutManagerLS.java. Implementation of multiple layout strategies, should