Using some kind of spring layout. Explained in layout.txt.
Still have to finish force calculation and application, and later on, step by step creation of the actual graph.
Finally, create the necessary images and actually display all of this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
On step by step creation. Node spiral search done, we have the set of edges we have to add, we must simply add them linked to the corresponding nodeDisplays. Then, create images and see if all this works.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Initial angle for spiral search when placing nodes should be random.
Nodes should feel a force TOWARDS the edges they are connected to, stronger the farther.
Edges seem to not be calculating forces correctly. Check this out. Also, take into account the node size of each of the nodes when selecting what's the best place to put the edge.
Last edit: JSoftware 2014-03-02
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Using some kind of spring layout. Explained in layout.txt.
Still have to finish force calculation and application, and later on, step by step creation of the actual graph.
Finally, create the necessary images and actually display all of this.
Forces calculation theorically done. Do step by step creation, create images and try it.
On step by step creation. Node spiral search done, we have the set of edges we have to add, we must simply add them linked to the corresponding nodeDisplays. Then, create images and see if all this works.
Everything ready. Finish "test" method on Navigator. Create images, create a test graph, and create a navigator with those parts, and see if it works.
Almost good. A few things to correct:
Last edit: JSoftware 2014-03-02