Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic JDiagram 3.2 has been released! (Read 2832 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 687
Joined: Apr 6th, 2003
JDiagram 3.2 has been released!
Mar 8th, 2011 at 12:03pm
Print Post  
We have released JDiagram v3.2. It contains the following new features:

Lanes
The lane grid lets you emphasize the relationship between a group of diagram items by displaying them in a distinct lane or cell within the grid. To display the lane grid, set the EnableLanes property of the Diagram class to true. In order to customize the grid, set the various attributes exposed by the LaneGrid property, which lets you specify the number of rows and columns, add headers, customize the cell appearance, etc. The new Lanes sample project uses the lane grid to let users draw Gantt charts.

Swimlane layout
SwimlaneLayout can be used to arrange process diagrams in which nodes representing activities are placed in swimlanes representing resources. The index of the resource allocated to an activity should be assigned to the corresponding node's LayoutTraits[SwimlaneLayoutTraits.Lane].

By default, the algorithm works with the diagram's LaneGrid, but its SwimlaneGrid property can be set to any class that implements ISwimlaneGrid. This allows applying the layout to a custom-drawn grid rendered through the DrawBackground event, or one composed of locked background nodes.


CascadeLayout algorithm
CascadeLayout places vertices on a virtual grid and arranges edges orthogonally, such that if the source graph is planar it is guaranteed that all edges will have no more than two bends and will not intersect.


TriangularLayout algorithm
TriangularLayout places vertices on a virtual grid, such that if the source graph is planar it is guaranteed that all edges will have a single segment and will not intersect. If the graph is not planar, the intersecting edges are optionally segmented and bended in order to improve readability.


HierarchicalLayout algorithm
HierarchicalLayout places vertices on predefined levels, such that if the source graph is level-planar it is guaranteed that all edges will have a single segment and will not intersect.


Miscellaneous
~ selectionChanged event raised when items are selected or deselected.
~ drawStyledText draws a formatted text string similarly to shape nodes whose EnableStyledText property is enabled.
~ UBendMaxLen property added to QuickRouter.
~ The FoldedSize property of ContainerNode specifies the container's size when it is folded.
~ The Id property added to DiagramItem allows assigning custom identifiers to items. It can also be used to just store additional custom data similarly to Tag.

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://www.mindfusion.eu/JDiagramTrial.zip
    
Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint