Re: [JPP-Devel] Pluggable Rendering - The End Of This Week???

2007-07-26 Thread Sunburned Surveyor
Larry, I just took a quick look at the Developer's Guide for JUMP and the Javadoc. It looks like Renderer objects can delegate painting to Styles. The Developer's Guide says: "A renderer is an object that draws on the Workbench using a java.awt.Graphics. A style is used by a LayerRenderer to draw

Re: [JPP-Devel] Pluggable Rendering - The End Of This Week???

2007-07-26 Thread Sunburned Surveyor
Larry wrote: "I still don't see a use for this system." This means one of two things. Either I didn't do a good job explaining it, or I'm a really crappy programmer. Maybe it is a little of both. Can you customize the rendering of any implementation of Layerable using a Style? What if you want t

Re: [JPP-Devel] Pluggable Rendering - The End Of This Week???

2007-07-26 Thread Larry Becker
Hmm, it appears to me that your first example would be better served by extending WMSLayer, and the second should be done with a Style, but it would not work for my example. I still don't see a use for this system. regards, Larry On 7/26/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: > Larry,

Re: [JPP-Devel] Pluggable Rendering - The End Of This Week???

2007-07-26 Thread Sunburned Surveyor
Larry, The original JUMP only allowed you to customize rendering behavior for objects that were painted above and below the Layerable objects. In addition, the programmer had no control over the order these "non-layerable" objects were painted in. The first restriction was partially addressed by

Re: [JPP-Devel] build error in svn source?

2007-07-26 Thread Stefan Steiniger
mhm.. do you mean that "lastSetSize" should be replaced by "lastSize"? ok.. i can do that tomorrow and commit if this is the problem. stefan Paul Austin schrieb: > Stefan, > > Check the version of buoy.jar used > > Paul > Stefan Steiniger wrote: >> Hei, >> >> i just realized my first SVN check

Re: [JPP-Devel] build error in svn source?

2007-07-26 Thread Stefan Steiniger
mhm.. it seems to be 1.8 added by Michael on July 2nd according to the file history. Where can i see the version directly? i really wonder, as i did a complete new checkout. Paul Austin schrieb: > Stefan, > > Check the version of buoy.jar used > > Paul > Stefan Steiniger wrote: >> Hei, >> >> i

Re: [JPP-Devel] build error in svn source?

2007-07-26 Thread Paul Austin
Stefan, Check the version of buoy.jar used Paul Stefan Steiniger wrote: > Hei, > > i just realized my first SVN checkout. > unfortunately i got the following error during the building: > > lastSetSize cannot be resolved > svn_openjump_src/org/openjump/core/ui/plugin/queries QueryDialog.java >

[JPP-Devel] build error in svn source?

2007-07-26 Thread Stefan Steiniger
Hei, i just realized my first SVN checkout. unfortunately i got the following error during the building: lastSetSize cannot be resolved svn_openjump_src/org/openjump/core/ui/plugin/queriesQueryDialog.java line 143 any idea? where lastSetsize comes from or why it is not defined in

Re: [JPP-Devel] Pluggable Rendering - The End Of This Week???

2007-07-26 Thread Larry Becker
Hi SS, >I believe I have finshed converting the built-in renderers to my >pluggable rendering system. ... >Do they, or >anyone else working with the rendering system, expect my modifications >to cause conflicts with there improvements? I would need to examine the code to determine that. What was