Interface RendererFactory<T>

    • Method Detail

      • create

        Renderer create​(T content,
                        LayerViewPanel panel,
                        int maxFeatures)
        Create a renderer for the content.
        Parameters:
        content - The content to render.
        panel - The panel to render the content to.
        maxFeatures - The maximum number of features to render.
        Returns:
        The renderer.