Class LightweightVertexRenderer<V,​E>

    • Field Detail

      • simpleVertexShapeFunction

        protected Function<V,​Shape> simpleVertexShapeFunction
    • Constructor Detail

      • LightweightVertexRenderer

        public LightweightVertexRenderer()
    • Method Detail

      • setVertexShapeFunction

        public void setVertexShapeFunction​(Function<V,​Shape> vertexShapeFunction)
      • getVertexShapeFunction

        public Function<V,​Shape> getVertexShapeFunction()
      • paintIconForVertex

        protected void paintIconForVertex​(RenderContext<V,​E> renderContext,
                                          LayoutModel<V> layoutModel,
                                          V v)
        Paint v's icon on g at (x,y). Paints only the shape, unlike HeavyweightVertexRenderer, which will paint an icon if supplied
        Specified by:
        paintIconForVertex in class AbstractVertexRenderer<V,​E>
        Parameters:
        v - the vertex to be painted