Interface EdgeSupport<V,E>
- Type Parameters:
V
- the vertex typeV
- the edge type
- All Known Implementing Classes:
SimpleEdgeSupport
public interface EdgeSupport<V,E>
interface to support the creation of new edges by the EditingGraphMousePlugin
SimpleEdgeSupport is a sample implementation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
endEdgeCreate
(BasicVisualizationServer<V, E> vv, V endVertex) void
midEdgeCreate
(BasicVisualizationServer<V, E> vv, Point2D midPoint) void
startEdgeCreate
(BasicVisualizationServer<V, E> vv, V startVertex, Point2D startPoint, EdgeType edgeType)
-
Method Details
-
startEdgeCreate
-
midEdgeCreate
-
endEdgeCreate
-