Class SimpleVertexSupport<V,E>

java.lang.Object
edu.uci.ics.jung.visualization.control.SimpleVertexSupport<V,E>
Type Parameters:
V - the vertex type
E - the edge type
All Implemented Interfaces:
VertexSupport<V,E>

public class SimpleVertexSupport<V,E> extends Object implements VertexSupport<V,E>
sample implementation showing how to use the VertexSupport interface member of the EditingGraphMousePlugin. override midVertexCreate and endVertexCreate for more elaborate implementations