Class AbstractVertexRenderer<V,​E>

    • Constructor Detail

      • AbstractVertexRenderer

        public AbstractVertexRenderer()
    • Method Detail

      • getVertexShape

        protected abstract Shape getVertexShape​(RenderContext<V,​E> renderContext,
                                                V vertex)
        LightweightVertexRenderer overrides to provide a lightweight shape HeavyweightVertexRenderer uses the configured vertexShapeFunction
        Parameters:
        renderContext -
        vertex -
        Returns:
      • prepareFinalVertexShape

        protected Shape prepareFinalVertexShape​(RenderContext<V,​E> renderContext,
                                                LayoutModel<V> layoutModel,
                                                V v,
                                                int[] coords)
        Returns the vertex shape in layout coordinates.
        Parameters:
        v - the vertex whose shape is to be returned
        coords - the x and y view coordinates. used by caller to place the icon if available
        Returns:
        the vertex shape in view coordinates
      • paintShapeForVertex

        protected void paintShapeForVertex​(RenderContext<V,​E> renderContext,
                                           V v,
                                           Shape shape)
      • paintIconForVertex

        protected abstract void paintIconForVertex​(RenderContext<V,​E> renderContext,
                                                   LayoutModel<V> layoutModel,
                                                   V v)