Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] SWTGraphics and Performance

Okay so I've half figured out my answer. This is a preference that we can turn on and off so there is no point in changing any code.

So my question should probably be - what does it do and why is it turned on by default? I seem to get the same functionality with better performance if I turn this off.

Emily

Emily Gouge wrote:

I'm trying to make a fast smooth pan tool to go with the tiled rendering system (and automatically add tiles as you pan). I have had some success, however I only get the improved performance if in the SWTGraphics java class I comment out the line that says gc.setAdvanced(true).

What does setAdvanced do.  Is it necessary?

Thanks,
Emily
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel


Back to the top