Enhanced (more beautiful)
|
- this method paints the tour without clipping at the tile border
- native image data are cached to optimize performance but uses a lot of memory
- it is recommended to add the following parameters to the command line when starting the application to prevent an out of memory error (more details are documented here)
-vmargs -Xms128m -Xmx768m
- performance is up to 5x faster on Windows compared with Linux because some image operations on Linux are 30x slower (org.eclipse.swt.graphics.Image.<init>(Device, ImageData))
|