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.
-
Method Summary
Modifier and TypeMethodDescriptionvoidendVertexCreate(BasicVisualizationServer<V, E> vv, Point2D point) voidmidVertexCreate(BasicVisualizationServer<V, E> vv, Point2D point) voidstartVertexCreate(BasicVisualizationServer<V, E> vv, Point2D point)
-
Method Details
-
startVertexCreate
-
midVertexCreate
-
endVertexCreate
-