Release Notes

JViews Charts 6.0 Release Notes

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

Incompatibilities
General Changes
Library Changes

New Interfaces and Classes

Modified Classes


Incompatibilities


General Changes

The main general changes of the JViews charts module are the following:

Library Changes

New Interfaces and Classes

ilog.views.chart.IlvChartConfiguration

A class that reads and write chart configuration file.

ilog.views.chart.IlvServerSideLayout

A layout interface used for the server side image generation.

ilog.views.chart.data.IlvSwingTableDataSource.Mapping

A class used to define a data mapping in a TableModel.

ilog.views.chart.event.LegendDockingEvent

Events that describe changes of the docking position of an IlvLegend.

ilog.views.chart.event.LegendDockingListener

Defines the interface for objects that listen to the changes of the docking position of an IlvLegend.

ilog.views.chart.graphic.IlvThresholdIndicator

An IlvDataIndicator subclass that defines threshold lines accessible from a stylesheet.

ilog.views.chart.interactor.IlvChartDataIndicatorInteractor

A class to interact on an IlvDataIndicator.

ilog.views.chart.renderer.IlvSuperimposedRenderer

Interface for renderers that support superimposed rendering (child renderers are drawn on top of each other).

ilog.views.chart.servlet.IlvOverviewAction

An IlvChartServerAction that handles overview interactions.

ilog.views.chart.servlet.IlvPanAction

A class to pan the chart area on the server side.

ilog.views.chart.servlet.IlvPickPointAction

A class to perform data point picking on the server side.

ilog.views.chart.servlet.IlvZoomAction

An IlvChartServerAction implementation to zoom in or out a chart.

ilog.views.chart.swing.IlvDoubleSliderUI

This class is the basic UI delegate implementation for IlvDoubleSlider components.

ilog.views.chart.util.IlvSelectionUtil

A utility class for selection-related operations.

Modified Classes

ilog.views.chart.IlvChart

ilog.views.chart.IlvChart.Area

ilog.views.chart.IlvChartInteractor

ilog.views.chart.IlvChartProduct

ilog.views.chart.IlvChartRenderer

ilog.views.chart.IlvGrid

ilog.views.chart.IlvLegend

ilog.views.chart.IlvLegendLayout

ilog.views.chart.IlvScale

ilog.views.chart.IlvStyle

ilog.views.chart.data.IlvJDBCDataSource

ilog.views.chart.data.IlvSwingTableDataSource

ilog.views.chart.data.xml.IlvXMLDataWriter

ilog.views.chart.graphic.IlvDataIndicator

ilog.views.chart.graphic.IlvImageDecoration

ilog.views.chart.java2d.IlvValueGradientPaint

ilog.views.chart.renderer.IlvBarChartRenderer

ilog.views.chart.renderer.IlvPolylineChartRenderer

ilog.views.chart.renderer.IlvSingleChartRenderer

ilog.views.chart.renderer.IlvSinglePieRenderer

ilog.views.chart.servlet.IlvChartServletSupport

ilog.views.chart.swing.IlvDoubleSlider

ilog.views.chart.util.IlvChartUtil