Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagramming for Java Swing, V4.4.1 (Read 1936 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 688
Joined: Apr 6th, 2003
Diagramming for Java Swing, V4.4.1
Jan 20th, 2020 at 11:01am
Print Post  
We have released version 4.4.1 of JDiagram. It contains the following new features and improvements:

JSON Serialization
Diagrams can now be serialized in JSON format. This can be used for interoperability with MindFusion JavaScript diagramming library, or for general storage in JSON files or databases. To serialize a Diagram to a JSON string, call its saveToJson method. To deserialize a diagram back from its JSON representation, call the loadFromJson method. Custom item classes can implement JSON serialization for their additional properties by overriding the saveToJson and loadFromJson methods of DiagramItem. Such classes must be registered for serialization by calling the registerItemClass method and providing a string identifier for the clientClass parameter.

Miscellaneous
  • New createDiagramLink overload of the Factory class makes it easier to create links between TreeViewNode items.
  • Fixed misplaced tracker rectangle in Overview control when Windows resolution scaling is enabled.

Installer for the latest version can be downloaded here, or from the clients area on our site.
https://www.mindfusion.eu/JDiagramTrial.zip

Enjoy!
« Last Edit: Nov 30th, 2020 at 1:09pm by Forum Admin »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint