Re: Position, Leaf/NonLeafPosition, wrapping positions

2007-03-10 Thread Simon Pepping
On Fri, Mar 09, 2007 at 09:46:11PM +0100, Andreas L Delmelle wrote: > On Mar 9, 2007, at 18:35, Vincent Hennebert wrote: > >>That's it --for now :) > > > >Those notes deserve their wiki page, to not get lost in the mailing > >list > >archives. I'll create one as soon as I have time. The documenta

Re: Position, Leaf/NonLeafPosition, wrapping positions

2007-03-09 Thread Andreas L Delmelle
On Mar 9, 2007, at 18:35, Vincent Hennebert wrote: [Me:] -> bind the PropertyList to the FONode (= transfer the applicable properties for that particular node- type to instance members of the FONode; the PropertyList itself is only stored by the FOTreeBuilder to use as par

Re: Position, Leaf/NonLeafPosition, wrapping positions

2007-03-09 Thread Vincent Hennebert
Andreas, First, many thanks for your explanations! Some comments below. Andreas L Delmelle a écrit : > On Mar 8, 2007, at 20:15, Andreas L Delmelle wrote: > > Hi Vincent, > >> On Mar 8, 2007, at 18:29, Vincent Hennebert wrote: >> >>> >>> >>> Now, does that picture represent the current code? >

Re: Position, Leaf/NonLeafPosition, wrapping positions

2007-03-09 Thread Andreas L Delmelle
On Mar 8, 2007, at 20:15, Andreas L Delmelle wrote: Hi Vincent, On Mar 8, 2007, at 18:29, Vincent Hennebert wrote: Now, does that picture represent the current code? For the largest part, yes, I think so. The only difference is the addArea() part, which currently goes top- down. It is no

Re: Position, Leaf/NonLeafPosition, wrapping positions

2007-03-08 Thread Andreas L Delmelle
On Mar 8, 2007, at 18:29, Vincent Hennebert wrote: thanks for your inputs. That strengthens a bit the picture I have in mind. I'm wondering if the following makes any sense: We would have a list of page-level Knuth elements; some of those elements would be wrapper around line-level Knuth elemen

Re: Position, Leaf/NonLeafPosition, wrapping positions

2007-03-08 Thread Jeremias Maerki
Yes, that's pretty much my view of the whole thing. On 08.03.2007 18:29:07 Vincent Hennebert wrote: > Guys, > > thanks for your inputs. That strengthens a bit the picture I have in > mind. I'm wondering if the following makes any sense: > > We would have a list of page-level Knuth elements; some

Re: Position, Leaf/NonLeafPosition, wrapping positions

2007-03-08 Thread Vincent Hennebert
Guys, thanks for your inputs. That strengthens a bit the picture I have in mind. I'm wondering if the following makes any sense: We would have a list of page-level Knuth elements; some of those elements would be wrapper around line-level Knuth elements. Almost every element would contain a Positi

Re: Position, Leaf/NonLeafPosition, wrapping positions

2007-03-07 Thread Jeremias Maerki
On 07.03.2007 15:28:37 Andreas L Delmelle wrote: > On Mar 7, 2007, at 09:07, Vincent Hennebert wrote: > > Hi Vincent, > > > I have some questions regarding the handling of Position elements. I'm > > not familiar with that part of the code yet, and as there is little or > > no javadoc for those i

Re: Position, Leaf/NonLeafPosition, wrapping positions

2007-03-07 Thread Andreas L Delmelle
On Mar 7, 2007, at 09:07, Vincent Hennebert wrote: Hi Vincent, I have some questions regarding the handling of Position elements. I'm not familiar with that part of the code yet, and as there is little or no javadoc for those it's a bit difficult to guess their purposes just by looking at the c

Re: Position, Leaf/NonLeafPosition, wrapping positions

2007-03-07 Thread Luca Furini
Vincent Hennebert wrote: I have some questions regarding the handling of Position elements. I'm not familiar with that part of the code yet, and as there is little or no javadoc for those it's a bit difficult to guess their purposes just by looking at the code. What's the purpose of a LeafPositi

Position, Leaf/NonLeafPosition, wrapping positions

2007-03-07 Thread Vincent Hennebert
Hi, I have some questions regarding the handling of Position elements. I'm not familiar with that part of the code yet, and as there is little or no javadoc for those it's a bit difficult to guess their purposes just by looking at the code. What's the purpose of a LeafPosition? Of a NonLeafPositio