Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Version 4.5 beta (Read 1845 times)
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3153
Joined: Oct 19th, 2005
Version 4.5 beta
Oct 1st, 2020 at 5:21pm
Print Post  
JDiagram version 4.5 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. The SVG drawing of a node is set through its Content property. The SVG markup is loaded and associated with the node through a com.mindfusion.svg.SvgContent object, which should be initialized and then assigned to this property. The Factory class contains createSvgNode overloaded methods for creating nodes from SVG files or from already loaded SvgContent instances.

Miscellaneous
  • ImagePadding property of ShapeNode, TableNode and Cell lets you set padding space between element's borders and the contained Image.
  • Tag property added to the Cell class lets you associate custom data with cells.
  • FoldIconSize property added to ContainerNode.
  • HatchBrush objects are now serialized in JSON format.
  • Fixed JSON serializaton of pens with null DashStyle.

If anyone is interested in trying the beta version, please download this archive containing updated JAR file:
https://mindfusion.eu/_beta/jdiag45.zip

Any comments, questions and general feedback are welcome.
« Last Edit: Oct 2nd, 2020 at 5:57am by Slavcho »  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint