Release Notes

JViews Charts 5.5 Release Notes

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

Incompatibilities
General Changes
Library Changes
New Packages

New Interfaces and Classes

Modified Classes

Example Changes

Incompatibilities


General Changes

The main general changes are the following:


Library Changes

New Packages

ilog.views.chart.print

This new package provides a set of classes for printing a chart component.

New Interfaces and Classes

ilog.views.chart.IlvChart3DSupport

Defines the API to query for 3-D support.

ilog.views.chart.IlvChart3DView

Represents the three-dimensional view of a chart.

ilog.views.chart.IlvChart3DView.ZLayer

Holds a set of renderers that are drawn at the same depth.

ilog.views.chart.IlvChartPrintContext

A class to handle printing configurations.

ilog.views.chart.IlvChartResizingPolicy

Specifies a resizing policy for Cartesian charts.

ilog.views.chart.IlvLegendLayout

A LayoutManager class that arranges legend items.

ilog.views.chart.IlvLegendSeparator

A border that draws a separator line between a chart legend and the chart area.

ilog.views.chart.IlvMultipleTimeUnit

Represents a multiple of predefined time units.

ilog.views.chart.IlvScalableFontManager

A class that provides support for scalable fonts to a Component.

ilog.views.chart.IlvStyle.Change

Implements a set of changes that can be applied to IlvStyle instances.

ilog.views.chart.IlvStyle.ColorChange

A IlvStyle.Change subclass that modifies the colors of an IlvStyle.

ilog.views.chart.IlvStyle.IntensityChange

Changes the color intensity of an IlvStyle.

ilog.views.chart.data.IlvNumberConverter

A class that handles conversions between a java.lang.Number object and a double value.

ilog.views.chart.data.IlvStringConverter

A class that handles conversions between a String object and a double value.

ilog.views.chart.data.xml.IlvXMLDataReaderException

This class is used to report exceptions encountered during reading data sets from a DOM.

ilog.views.chart.graphic.IlvImageDecoration

A class to display images as chart decorations.

ilog.views.chart.graphic.IlvMarkerHint

This interface lets you specify the marker symbol that must be used to display a given data point.

ilog.views.chart.interactor.IlvChart3DViewInteractor

An interactor to change the view angles and the zooming factor of a 3-D chart.

ilog.views.chart.interactor.IlvChartDataInteractor.DataPicker

An IlvDefaultChartDataPicker subclass which filters the renderers according to the interactor y-axis index.

ilog.views.chart.print.IlvChartDocumentSetupDialog

A dialog box to edit the properties of a IlvChartPrintableDocument.

ilog.views.chart.print.IlvChartFlowObject

A class to print an IlvChart in a flow of text.

ilog.views.chart.print.IlvChartPrintableDocument

The IlvChartPrintableDocument allows you to print an IlvChart in multiple pages.

ilog.views.chart.print.IlvChartPrintingController

A Printing controller to control the printing of an IlvChartPrintableDocument.

ilog.views.chart.print.IlvDefaultChartPrintContext

A concrete implementation of the IlvChartPrintContext class.

ilog.views.chart.print.IlvPrintableChart

A class to print an IlvChart in an IlvPage.

ilog.views.chart.servlet.IlvChartServerAction

The IlvChartServerAction interface should be implemented by objects that need to be notified of named actions requested from the client.

ilog.views.chart.servlet.IlvChartServerActionEvent

A ServerActionEvent is sent to all IlvChartServerActions that are registered on the server side when an action is requested from the client.

ilog.views.chart.servlet.IlvChartSessionAttribute

The IlvChartSessionAttribute class acts as a proxy for an IlvChart bound to an HttpSession.

ilog.views.chart.servlet.IlvComponentSessionAttribute

The IlvComponentSessionAttribute class acts as a proxy for a GUI component bound to an HttpSession.

Modified Classes

ilog.views.chart.IlvAffineAxisTransformer

ilog.views.chart.IlvAxis

ilog.views.chart.IlvChart

ilog.views.chart.IlvChart.Area

ilog.views.chart.IlvChartDecoration

ilog.views.chart.IlvChartDrawable

ilog.views.chart.IlvChartInteractor

ilog.views.chart.IlvChartRenderer

ilog.views.chart.IlvColor

ilog.views.chart.IlvDataInterval

ilog.views.chart.IlvDataWindow

ilog.views.chart.IlvDefaultStepsDefinition

ilog.views.chart.IlvGrid

ilog.views.chart.IlvLabelRenderer

ilog.views.chart.IlvLegend

ilog.views.chart.IlvLegendItem

ilog.views.chart.IlvLocalZoomAxisTransformer

ilog.views.chart.IlvScale

ilog.views.chart.IlvScaleAnnotation

ilog.views.chart.IlvStepsDefinition

ilog.views.chart.IlvStyle

ilog.views.chart.IlvTimeUnit

ilog.views.chart.data.IlvAbstractDataSet

ilog.views.chart.data.IlvDataSetProperty

ilog.views.chart.data.IlvJDBCDataSource

ilog.views.chart.data.IlvSwingTableDataSource

ilog.views.chart.data.xml.IlvXMLDataReader

ilog.views.chart.data.xml.IlvXMLDataSource

ilog.views.chart.data.xml.IlvXMLDataWriter

ilog.views.chart.event.AxisChangeEvent

ilog.views.chart.graphic.IlvDataIndicator

ilog.views.chart.graphic.IlvDataLabelAnnotation

ilog.views.chart.graphic.IlvDefaultDataAnnotation

ilog.views.chart.graphic.IlvMarker

ilog.views.chart.graphic.IlvMarkerFactory

ilog.views.chart.interactor.IlvChartEditPointInteractor

ilog.views.chart.interactor.IlvChartHighlightInteractor

ilog.views.chart.interactor.IlvChartLocalPanInteractor

ilog.views.chart.interactor.IlvChartLocalReshapeInteractor

ilog.views.chart.interactor.IlvChartLocalZoomInteractor

ilog.views.chart.interactor.IlvChartPanInteractor

ilog.views.chart.interactor.IlvChartZoomInteractor

ilog.views.chart.renderer.IlvBarChartRenderer

ilog.views.chart.renderer.IlvCompositeChartRenderer

ilog.views.chart.renderer.IlvHiLoChartRenderer

ilog.views.chart.renderer.IlvPieChartRenderer

ilog.views.chart.renderer.IlvPolylineChartRenderer

ilog.views.chart.renderer.IlvScatterChartRenderer

ilog.views.chart.renderer.IlvSingleAreaRenderer

ilog.views.chart.renderer.IlvSingleBarRenderer

ilog.views.chart.renderer.IlvSingleChartRenderer

ilog.views.chart.renderer.IlvSingleHiLoRenderer

ilog.views.chart.renderer.IlvSinglePieRenderer

ilog.views.chart.renderer.IlvSinglePolylineRenderer

ilog.views.chart.renderer.IlvSingleScatterRenderer

ilog.views.chart.servlet.IlvChartServletSupport

ilog.views.chart.servlet.IlvDefaultIMapDefinition

ilog.views.chart.servlet.IlvIMapArea

ilog.views.chart.servlet.IlvIMapDefinition

ilog.views.chart.servlet.IlvImageMapBuilder

ilog.views.chart.util.IlvArrays

ilog.views.chart.util.IlvChartUtil

ilog.views.chart.util.IlvGraphicUtil


Example Changes