Release Notes

JViews 3.5 Graphics Framework Release Notes

This document describes the main changes that have been made to the JViews Graphics Framework module since version 3.0.

Incompatibilities
General Changes
Library Changes
       New Classes

       Modified Classes

Changes in Composer
Demonstration Changes


Incompatibilities

Some deprecated methods and classes of JViews 3.0 have been removed; check the JViews 3.0 Reference Manual for alternatives in each case. The IlvZoomableLabel class no longer inherits from IlvLabel. However, all JViews 3.0 methods are still there, and IlvZoomableLabel still implements IlvFontInterface and IlvLabelInterface.


General Changes

The main general changes are the following:


Library Changes

New Classes

ilog.views.IlvCenterLinkConnector

ilog.views.swing.IlvToolTipManager


Modified Classes

ilog.views.IlvManager

ilog.views.IlvManagerView

ilog.views.IlvIndexedSet

ilog.views.graphic.IlvSpline

ilog.views.graphic.IlvSplineLinkImage

ilog.views.interactor.IlvMakeSplineInteractor

ilog.views.IlvGraphicUtil

ilog.views.interactor.IlvMakeLinkInteractor

ilog.view.IlvLinkImage

ilog.views.graphic.IlvArrowPolyline

ilog.view.IlvLinkConnector

ilog.views.graphic.IlvIcon

ilog.views.graphic.IlvGeneralPath

ilog.views.graphic.IlvGraphicSet

ilog.views.graphic.IlvZoomableLabel

ilog.views.graphic.IlvLabel

ilog.views.graphic.IlvGraphic

ilog.views.graphic.IlvReliefLabel

ilog.views.graphic.IlvShadowLabel


Changes in Composer

The main Composer changes are the following:


Demonstration Changes

A new example of Thin client can be seen at <install-dir>/jviews/demos/servlet/xmlgrapher.

The SVG example now uses the JViews library ilog.views.svg package instead of providing its own SVG serialization mechanism.