mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-07 16:26:17 +00:00
Added algorithm of visualization of graph based on weight and vertex degree.
This commit is contained in:
@@ -11,10 +11,10 @@ function BaseVertex(x, y, vertexEnumType)
|
||||
this.mainText = "";
|
||||
this.upText = "";
|
||||
this.vertexEnumType = vertexEnumType;
|
||||
this.model = new VertexModel();
|
||||
};
|
||||
|
||||
BaseVertex.prototype.position = new Point(0, 0);
|
||||
BaseVertex.prototype.model = new VertexModel();
|
||||
|
||||
BaseVertex.prototype.SaveToXML = function ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user