MindFusion.Java Swing Pack Releases

Released: Jun 13, 2023

Updates in 2023.R1

Funktionen

New in MindFusion.Diagramming

  • Spatial index - Create an index of item positions for faster hit-testing and viewport clipping queries. This greatly improves user interaction and rendering speed for diagrams containing tens of thousands of items.
  • Pattern router - Route links by applying a pattern that results in paths not crossing nodes.
  • Composite router - Pass a link through a sequence of routers until it gets routed successfully.
  • Miscellaneous
    • Disabling 'AvoidOverlaps' now lets you...

Released: Aug 30, 2022

Updates in 2022.R2

Funktionen

New in MindFusion.Diagramming

  • Multiple labels per node - Added NodeLabel class which allows you to display multiple captions for a single diagram node.
  • Miscellaneous
    • Improved text rendering quality on high-resolution displays.
    • Improved ZoomControl rendering quality.
    • Improved vertical centering of text in table captions and cells.
    • The MoveLabels behavior now lets a user move link and node labels interactively.
    • ExcelExporter now exports pen width of links.
    • ExcelExporter now sets more...

Released: Mar 30, 2022

Updates in 2022.R1

Funktionen

New in MindFusion.Diagramming

  • 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...

Released: Sep 1, 2021

Updates in 2021.R1

Funktionen

New in MindFusion.Diagramming

  • Scrollable containers - You can now set the ContainerNode Scrollable property to let users scroll a container's contents.
  • Container improvements
    • ContainerNode containment is no longer implemented via a Group object. Child nodes are now stored in the dedicated Children collection and a node's container is returned by the Container property.
    • You can now enable the AutoDeleteChildren property to automatically delete child nodes when a container is deleted...

Released: Nov 25, 2020

Updates in 2020.R1

Funktionen

MindFusion.Diagramming

  • SVG nodes - Added SVG nodes which can display SVG drawings in addition to the rendering provided by its base ShapeNode class.
  • Diagrams can now be serialized in JSON files.
  • 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.
    • The MoveNodes...

Released: May 21, 2019

Updates in 2019.R1

Funktionen

  • JavaFX dependencies removed from all components in the pack.
  • Diagramming for Java Swing
    • New CompositeNode components - Component classes that support user interaction can now be used as part of CompositeNode templates:
      • ButtonComponent implements clickable buttons inside nodes.
      • CheckBoxComponent represents a check-box that lets users select true / false values.
      • EditComponent implements editable text area.
      • NumericEditComponent implements number-entry area.
      • SliderComponent allows...