Re: [JPP-Devel] OJ's rendering code...

2006-11-30 Thread Sunburned Surveyor
IL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Sunburned Surveyor > > Sent: Thursday, November 30, 2006 10:30 AM > > To: List for discussion of JPP development and use. > > Subject: Re: [JPP-Devel] OJ's rendering code... > > > > > >

Re: [JPP-Devel] OJ's rendering code...

2006-11-30 Thread Jonathan Aquino
d Surveyor > Sent: Thursday, November 30, 2006 10:30 AM > To: List for discussion of JPP development and use. > Subject: Re: [JPP-Devel] OJ's rendering code... > > > Thanks for replying Jon. It looks like Larry was already able > to get to the bottom of the problem we

Re: [JPP-Devel] OJ's rendering code...

2006-11-30 Thread Sunburned Surveyor
entIDs().iterator(); i.hasNext();) { > > > > Object contentID = i.next(); > > > > > > > > if (getRenderer(contentID) != null) { > > > > > > > getRenderer(contentID).copyTo(destination); > > > > } >

Re: [JPP-Devel] OJ's rendering code...

2006-11-30 Thread Sunburned Surveyor
a > > > Renderer. Is this done when a layer is created, or after? > > > > > > SS > > > > > > > > > On 11/29/06, Jonathan Aquino <[EMAIL PROTECTED]> wrote: > > > > Hi Sunburned - If memory serves, LayerViewPanel's RenderingMan

Re: [JPP-Devel] OJ's rendering code...

2006-11-30 Thread Sunburned Surveyor
er loops > > > through the LayerManager's layers. For each layer it loops through the > > > layer's Styles and calls paint() on each one. > > > > > > Jon > > > > > > > > > > > > > -Original Message- > &g

Re: [JPP-Devel] OJ's rendering code...

2006-11-30 Thread Larry Becker
each one. > > Jon > > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Sunburned Surveyor > > Sent: Wednesday, November 29, 2006 10:29 PM > > To: List for discussion of JPP development and

Re: [JPP-Devel] OJ's rendering code...

2006-11-30 Thread Sunburned Surveyor
riginal Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Sunburned Surveyor > > Sent: Wednesday, November 29, 2006 10:29 PM > > To: List for discussion of JPP development and use. > > Subject: [JPP-Devel] OJ's rendering code... &

Re: [JPP-Devel] OJ's rendering code...

2006-11-29 Thread Jonathan Aquino
OTECTED] On > Behalf Of Sunburned Surveyor > Sent: Wednesday, November 29, 2006 10:29 PM > To: List for discussion of JPP development and use. > Subject: [JPP-Devel] OJ's rendering code... > > > I feel like I'm in a maze with no exit... :] > > I've b

[JPP-Devel] OJ's rendering code...

2006-11-29 Thread Sunburned Surveyor
I feel like I'm in a maze with no exit... :] I've been going through OJ's rendering code for an hour or two. I was hoping to find out some more about our double call to BasicStyle.paint(). I don't think I'm going to get as near as far as I had hoped, although I am throwing together some notes abo