public class LayerRendererFactory extends java.lang.Object implements RendererFactory<Layer>
| Constructor and Description | 
|---|
LayerRendererFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
Renderer | 
create(Layer layer,
      LayerViewPanel panel,
      int maxFeatures)
Create a renderer for the content. 
 | 
public Renderer create(Layer layer, LayerViewPanel panel, int maxFeatures)
RendererFactorycreate in interface RendererFactory<Layer>layer - The content to render.panel - The panel to render the content to.maxFeatures - The maximum number of features to render.