- All Known Implementing Classes:
- AbstractSelectionRenderer, FeatureCollectionRenderer, FeatureSelectionRenderer, GridRenderer, ImageCachingFeatureCollectionRenderer, ImageCachingRenderer, LayerRenderer, LineStringSelectionRenderer, PartSelectionRenderer, ScaleBarRenderer, SelectionBackgroundRenderer, SimpleFeatureCollectionRenderer, SimpleRenderer, WMSLayerRenderer
public interface Renderer
First call #createRunnable. If it returns null, get the image using #copyTo.
Otherwise, run the Runnable in a separate thread. You can call #copyTo while
it's drawing to get the partially drawn image. Drawing is done when
#isRendering returns false.