Release Notes

JViews Graph Layout Module 6.0 Release Notes

This document describes the main changes that have been made to the JViews Graph Layout module since version 5.5.

Incompatibilities
General Changes
Library Changes
New Packages

New Interfaces and Classes in Existing Packages

Modified Classes

Sample Changes

Incompatibilities


General Changes

The main general changes of the JViews Graph Layout module are the following:

Library Changes

New Packages

ilog.views.animation

This package contains utilities to show animated transitions between two states of a JViews manager.

New Interfaces and Classes

ilog.views.graphlayout.IlvGraphLayoutUtil.FreeLinkConnectorFactory

A factory to create a link connector of class IlvFreeLinkConnector for a node. This is used by SDM.

ilog.views.graphlayout.link.shortlink.IlvShortLinkLayoutNodeProperty

The class IlvShortLinkLayoutNodeProperty allows you to store the settings of an instance of IlvShortLinkLayout for an individual node as a named property in the node.

Modified Classes

ilog.views.graphlayout.IlvGraphLayout

ilog.views.graphlayout.IlvGraphLayoutUtil

ilog.views.graphlayout.IlvInappropriateLinkException

ilog.views.graphlayout.circular.IlvCircularLayout

ilog.views.graphlayout.labellayout.annealing.IlvAnnealingLabelDescriptor

ilog.views.graphlayout.link.shortlink.IlvShortLinkLayout

ilog.views.graphlayout.recursive.IlvRecursiveLayout

ilog.views.graphlayout.tree.IlvTreeLayout

ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayout


Sample Changes