ProductsServicesDownloadsNewsCompanyContact

yFiles for Java Release Notes

yFiles for Java version 2.9 is the newest major release available. It contains many exciting new features compared to older versions and is almost completely API compatible with the 2.8 series.

Technical Requirements

  • Oracle J2SDK 1.4 or higher is needed for software development with yFiles.
  • Oracle J2RE 1.4 or higher is needed to execute programs using yFiles.
  • A browser to view the HTML documentation.
  • You need an operating system that supports Java 2.

yFiles 2.9 - Changes Since 2.8.0.4

Major Features Added

New multi-page
layout algorithm
New smart label models
enable free positioning
Many extensive new demos

Viewer/Editor Interaction

Layout

Minor Features Added

Viewer/Editor Interaction

Layout

Analysis

Improvements

Demos

  • The new GraphExplorerDemo shows how to successively explore large graphs.
  • Added new MultiPageLayoutDemo that shows how to use class MultiPageLayouter to sub-divide large graphs into smaller bits of navigable information.
  • The new EntityRelationshipDemo shows how to visualize and edit entity-relationship diagrams (ERD).
  • Added new SmartLabelModelDemo that demonstrates how to use SmartNodeLabelModel and SmartEdgeLabelModel and how both models behave on interactive changes of nodes and edges.
  • Added new HyperlinkDemo that demonstrates how to trigger and process hyperlink events for HTML formatted labels.
  • Added new FadingGroupStateIconDemo that demonstrates how to fade in/out the group state icon when moving over group/folder nodes using a custom ViewMode.
  • Added new LevelOfDetailDemo that presents the effects of using rendering hints to control the rendering process of elements in the view.
  • Extended the FlowchartDemo by a new dedicated layout algorithm for flowchart diagrams and added many new example diagrams.

Bugfixes

Incompatible Changes