Release Notes

JViews 5.0 Graph Layout Release Notes

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

Incompatibilities
General Changes
Library Changes
     New Packages

     New Interfaces and Classes      Modified Classes

Changes in Composer
Example Changes
     General Remarks
     New Examples


Incompatibilities


General Changes

The main general changes are the following:


Library Changes

New Packages

ilog.views.graphlayout.multiple

ilog.views.graphlayout.labellayout

ilog.views.graphlayout.labellayout.annealing

ilog.views.graphlayout.labellayout.random

New Interfaces and Classes

ilog.views.graphlayout.IlvLayoutProvider

ilog.views.graphlayout.IlvDefaultLayoutProvider

ilog.views.graphlayout.IlvLinkClipInterface

ilog.views.graphlayout.IlvClipLinkConnector

ilog.views.graphlayout.IlvShapePathInterface

ilog.views.graphlayout.hierarchical.IlvHierarchicalConstraint

ilog.views.graphlayout.hierarchical.IlvNodeGroup

ilog.views.graphlayout.hierarchical.IlvExtremityConstraint

ilog.views.graphlayout.hierarchical.IlvGroupSpreadConstraint

ilog.views.graphlayout.hierarchical.IlvLevelRangeConstraint

ilog.views.graphlayout.hierarchical.IlvRelativeLevelConstraint

ilog.views.graphlayout.hierarchical.IlvRelativePositionConstraint

ilog.views.graphlayout.hierarchical.IlvSameLevelConstraint

ilog.views.graphlayout.hierarchical.IlvSideBySideConstraint

Modified Classes

ilog.views.graphlayout.IlvGraphLayout

ilog.views.graphlayout.IlvGraphLayoutReport

ilog.views.graphlayout.IlvGraphLayoutUtil

ilog.views.graphlayout.IlvGraphModel

ilog.views.graphlayout.IlvGrapherAdapter

ilog.views.graphlayout.GraphLayoutEvent

ilog.views.graphlayout.IlvInappropriateGraphException

ilog.views.graphlayout.IlvInappropriateLinkException

ilog.views.graphlayout.IlvRelativeLinkConnector

ilog.views.graphlayout.IlvGraphLayoutGrapherProperty
ilog.views.graphlayout.IlvGraphLayoutNodeProperty
ilog.views.graphlayout.IlvGraphLayoutLinkProperty

ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout

ilog.views.graphlayout.link.IlvLinkLayout

ilog.views.graphlayout.longlink.IlvLongLinkLayout

ilog.views.graphlayout.shortlink.IlvShortLinkLayout

ilog.views.graphlayout.tree.IlvTreeLayout

ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayout

Deprecated Methods

For details about methods that have been deprecated, see this.


Changes in Composer

The main Composer changes are the following:


Example Changes

General Remarks

New Examples

Nested Graph Layout Applet

Label Placement Applet

Link Clipping Applet