Skip to main content

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


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


Back to the top