MindFusion.Diagramming for Java Swing V4.6.1

Released: Feb 17, 2022

V4.6.1 中的更新

特性

  • TableNode improvements:
    • New CaptionBackBrush property lets you customize the fill of a table's caption bar.
    • Tables can now be custom-drawn by setting the CustomDraw property and handling the drawNode event.
    • Table cells can now be custom-drawn by setting the CellCustomDraw property and handling the drawCell event.
  • TreeViewNode improvements
    • New TreeViewItem Brush property allows you to assign different backgrounds to individual items.
    • New ShowLines property lets you toggle the visibility of connecting lines.

修补程序

  • Fixed exception when serializing LinkLabel in JSON format.
  • Fixed thick appearance of caption divider line when using CellFrameStyle.Simple.