Interface ShapeFunctionAware<V>

  • Type Parameters:
    V - vertex type

    public interface ShapeFunctionAware<V>
    an interface for LayoutAlgorithm with a settable Shape Function for vertices
    • Method Detail

      • setVertexShapeFunction

        void setVertexShapeFunction​(Function<V,​Rectangle> vertexShapeFunction)