Interface VertexSupport<V,E>

Type Parameters:
V - the vertex 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.