| net.refractions.udig.project.internal.render.impl.UDIGLabelCache
UDIGLabelCache | public class UDIGLabelCache extends SynchronizedLabelCache implements ILabelPainter(Code) | | Extends the Geotools default labeller so that the geotools renderer doesn't clear the cache when it runs.
The comments in the geotools default label cache states this is ok.
Also over-rides end so that geotools renderers don't cause the rendering and we can do it once at the end.
author: Jesse since: 1.1.0 |
clear | public synchronized void clear()(Code) | | |
startLayer | public synchronized void startLayer(String layerId)(Code) | | |
stop | public synchronized void stop()(Code) | | |
|
|