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 TypeMethodDescriptionvoidendEdgeCreate(BasicVisualizationServer<V, E> vv, V endVertex) voidmidEdgeCreate(BasicVisualizationServer<V, E> vv, Point2D midPoint) voidstartEdgeCreate(BasicVisualizationServer<V, E> vv, V startVertex, Point2D startPoint, EdgeType edgeType)
-
Method Details
-
startEdgeCreate
-
midEdgeCreate
-
endEdgeCreate
-