| java.lang.Object org.geotools.renderer.shape.IntegratingLabelCache
IntegratingLabelCache | class IntegratingLabelCache implements LabelCache(Code) | | Wrapper around another
LabelCache that disables the following methods:
This class can be used to share a label cache with another renderer and making sure
the other renderer cannot wipe out the cache contents or trigger the actual labelling start,
allowing a "top" renderer to control the labelling lifecycle.
author: Andrea Aime - TOPP |
clear | public void clear()(Code) | | |
start | public void start()(Code) | | |
|
|