mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-14 11:46:10 +00:00
Added distance matrix
This commit is contained in:
@@ -515,6 +515,11 @@ Application.prototype.SetHandlerMode = function(mode)
|
||||
var showIncidenceMatrix = new ShowIncidenceMatrix(this);
|
||||
showIncidenceMatrix.show();
|
||||
}
|
||||
else if (mode == "showDistanceMatrix")
|
||||
{
|
||||
var showDistanceMatrix = new ShowDistanceMatrix(this);
|
||||
showDistanceMatrix.show();
|
||||
}
|
||||
else if (mode == "connectedComponent")
|
||||
{
|
||||
this.handler = new ConnectedComponentGraphHandler(this);
|
||||
|
||||
Reference in New Issue
Block a user