MindFusion.Diagramming for Java Swing のリリース

Released: May 13, 2019

V4.4 での更新項目

機能

  • 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 an editable text area.
    • NumericEditComponent implements number-entry area.
    • SliderComponent allows selecting of values from a numerical range by dragging a slider.
    • SpinnerComponent represents a spin...

Released: Aug 22, 2018

V4.3.3 での更新項目

機能

Text Improvements

  • TableNode and ContainerNode caption text can now wrap over multiple lines in plain-text mode.
  • Table cell text can now wrap over multiple lines in plain-text mode.
  • TextPadding now works for ContainerNode captions.

不具合の修正

  • Java 10 compatibility fixes.
  • Automatic layouts should now preserve shape of multi-segment links in containers.
  • Fixed exceptions in CascadeLayout and LayeredLayout with LinkType set to Cascading.
  • Fixed LinkLabel loading code from old XML diagram formats.

Released: Mar 28, 2018

V4.3.2 での更新項目

機能

  • Export diagrams to Excel Open XML format (XSLX) files - Diagrams are exported as Excel AutoShapes drawings. The export() overload that takes a DiagramDocument parameter creates a sheet for each DiagramPage in the document.
  • Improved back-buffer allocation code - The memory footprint of the diagram should now be much lower and drawing should be slightly faster.

Released: Jun 1, 2017

V4.3.1 での更新項目

機能

  • Flip shapes - Shape Nodes can now be flipped horizontally or vertically.
  • DiagramLink improvements
    • AllowSplitLinks now works for Bezier links too. Users can insert a new Bezier segment by dragging any point (other than a control point) of a selected link. Adjacent segments can be merged back into a single one by dragging a tangent control point (square adjustment handle) onto a pass-through control point (round adjustment handle).
    • IntermediateShape shapes are now rendered at correct position...

Released: Nov 10, 2015

Updates in this release

Updates in V4.1.4

  • Resize Table Columns and Rows - TableNode columns and rows can now be resized interactively.
  • Undo/redo records for in-place edit operations are now created automatically.
  • Dashed selection frames are now drawn in two colors and should be visible on both the default white background and custom darker backgrounds.
  • Improved mouse capture for composite controls hosted inside ControlNodes.
  • StartPoint and EndPoint properties now provide a shortcut for setting the first and last...

Released: Mar 10, 2015

Updates in this release

Updates in V4.1.1

  • Improved Arrowhead Rendering - Arrowheads are now rendered as a single path when possible. Also, several arrowhead shape definitions have been changed to include mitered joints when the HeadPen is set to a thick pen.

Released: Jul 15, 2014

Updates in this release

Updates in V4.1

  • Tree Map Layout - Represent hierarchies by nesting child nodes within their parents.
  • Decision Flowchart Layout - Arrange simple flowcharts consisting of decision and activity boxes.
  • Composite Nodes - The content of composite nodes can be loaded from XML files similar to .NET Xaml templates and Android XML layouts.
  • Export Visio 2013 Files - Export the content of the Diagram and DiagramDocument objects to Visio 2013 VSDX files.

Released: Mar 24, 2014

Updates in this release

Updates in V4.0.4

  • Import .vsdx files created by Visio 2013.
  • Import OpenOffice Draw files.
  • Interactively change the zoom and scroll position of a diagram.

Released: Aug 30, 2013

Updates in this release

Updates in V4.0.2

  • Specify whether to clip child items to a container’s boundaries.
  • ZIndex property no longer changes automatically when dropping nodes onto a container.
  • Keep invisible items inside containers.
  • Child nodes are now drawn by their containers.
  • When a container and its child node is dropped onto another container, the child node remains in its original container. 

Released: Apr 16, 2013

Updates in this release

Updates in V4.0.1

  • Undirected Path Finding - If IgnoreDirection is enabled, link direction is not considered when looking for paths.
  • Selection Improvements - Let users select existing items, but not modify them or draw new ones.
  • Preserve Order in Tree Layout - Keep the original order of child nodes when arranging them under their parent.