Interface VertexSupport<V,​E>

  • Type Parameters:
    V - vertex type
    E - edge type
    All Known Implementing Classes:
    SimpleVertexSupport

    public interface VertexSupport<V,​E>
    interface to support the creation of new vertices by the EditingGraphMousePlugin. SimpleVertexSupport is a sample implementation.
    Author:
    Tom Nelson