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 TypeMethodDescriptionvoid
endVertexCreate
(BasicVisualizationServer<V, E> vv, Point2D point) void
midVertexCreate
(BasicVisualizationServer<V, E> vv, Point2D point) void
startVertexCreate
(BasicVisualizationServer<V, E> vv, Point2D point)
-
Method Details
-
startVertexCreate
-
midVertexCreate
-
endVertexCreate
-