mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-08 16:56:03 +00:00
Added Floid algorithm.
This commit is contained in:
@@ -751,6 +751,11 @@ AlgorithmGraphHandler.prototype.RestoreAll = function()
|
||||
{
|
||||
this.RestoreUpText();
|
||||
}
|
||||
|
||||
if (this.algorithm.wantRestore())
|
||||
{
|
||||
this.algorithm.restore();
|
||||
}
|
||||
}
|
||||
|
||||
AlgorithmGraphHandler.prototype.SaveUpText = function()
|
||||
@@ -795,6 +800,11 @@ AlgorithmGraphHandler.prototype.InitControls = function()
|
||||
this.algorithm.messageWasChanged();
|
||||
}
|
||||
|
||||
AlgorithmGraphHandler.prototype.GetMessage = function()
|
||||
{
|
||||
return this.algorithm.getMessage(g_language);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Groupe rename vertices.
|
||||
|
||||
Reference in New Issue
Block a user