Class BasicRenderer<V,​E>

  • All Implemented Interfaces:
    Renderer<V,​E>
    Direct Known Subclasses:
    CachingRenderer

    public class BasicRenderer<V,​E>
    extends java.lang.Object
    implements Renderer<V,​E>
    The default implementation of the Renderer used by the VisualizationViewer. Default Vertex and Edge Renderers are supplied, or the user may set custom values. The Vertex and Edge renderers are used in the renderVertex and renderEdge methods, which are called in the render loop of the VisualizationViewer.