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


Rock and Roll

Posts: 721
Joined: Apr 6th, 2003
Diagramming for Java Swing, V4.5
Oct 15th, 2020 at 10:58am
Print Post  
We have released version 4.5 of JDiagram. It contains the following new features and improvements:

SVG nodes
The SvgNode class represents nodes that can display SVG drawings in addition to the rendering provided by its base ShapeNode class. SVG elements are rendered after the associated bitmap Image and just before the drawNode event is raised for Additional custom drawing. SVG elements are parsed and associated with the node through a com.mindfusion.svg.SvgContent object, which should be initialized and then assigned to the Content property. The Factory class contains createSvgNode overloaded methods for creating nodes from SVG files or from already loaded SvgContent instances.

JSON serialization improvements
  • HatchBrush objects are now serialized in JSON files.
  • saveToJsonFile now encodes the JSON content in UTF8 format.
  • Fixed JSON serializaton of pens with null DashStyle.

Miscellaneous
  • ImagePadding property of ShapeNode, TableNode and Cell lets you set padding space between element's borders and the contained Image.
  • FoldIconSize property added to ContainerNode.
  • Tag property added to the Cell class lets you associate custom data with cells.
  • Fixed drawing glitches when Windows 10 display 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:04pm by Forum Admin »  
Back to top
WWW  
IP Logged
 
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 721
Joined: Apr 6th, 2003
Diagramming for Java Swing, V4.5.1
Reply #1 - Nov 17th, 2020 at 10:10am
Print Post  
v4.5.1 is a maintenance release with following fixes and improvements:

  • The MoveNodes behavior allows grabbing nodes to drag them without using adjustment handles.
  • Fixed tooltips when Windows 10 display scaling is enabled.
  • Fixed inplace-edit when Windows 10 display scaling is enabled.
  • FillMode enum moved from com.mindfusion.diagramming to com.mindfusion.drawing package.
  • Database storage example added.

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:05pm by Forum Admin »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint