Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagramming for JavaScript, V1.1 (Read 1622 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 687
Joined: Apr 6th, 2003
Diagramming for JavaScript, V1.1
Aug 25th, 2011 at 6:29pm
Print Post  
We have released version 1.1 of MindFusion.Diagramming for JavaScript. It contains the following new features:

Automatic link routing
A link whose AutoRoute property is enabled automatically finds a route that won't cross nodes marked as obstacles. Call setRouteLinks to specify the default AutoRoute value of new links. Links can be explicitly routed by calling their route method or the routeAllLinks method of Diagram. The minimal distance between routed links and nodes can be set by calling setRouteMargin.

Fractal layout
The FractalLayout tree layout algorithm places child nodes symmetrically around their parent node. Nodes at the lowest level are arranged along a circle centered at their parent. At upper levels, the already arranged nodes form branches that are arranged in a circle around their common parent node. The algorithm is recursively repeated till the highest level is reached. To apply FractalLayout, pass its instance as argument to the arrange method.


Miscellaneous
~ The Events class exposes available events as static members that can be used as arguments of addEventListener.
~ nodeTextEdited and linkTextEdited events raised when the user edits the text of nodes or links.
~ The mouse cursor changes when pointing an adjustment handle to indicate what kind of modification will occur.

Registered customers with an active upgrade subscription can download the licensed version from the clients area on our site.
    
A trial version is available for download here: 
https://mindfusion.eu/JsDiagramTrial.zip
    
Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint