Release Notes |
This document describes the main changes that have been made to the JViews charts module since version 6.0.
Incompatibilities
General Changes
Library Changes
ilog.views.chart.IlvChartConfiguration.IlvDataSourceXMLSerializerilog.views.chart.faces.component.data.IlvFacesJDBCDataSourceilog.views.chart.faces.component.data.IlvFacesJDBCMappingilog.views.chart.faces.dhtml.renderkit.IlvJDBCDataSourceRendererilog.views.chart.faces.dhtml.taglib.IlvJDBCDataSourceTagilog.views.chart.faces.dhtml.taglib.IlvFacesJDBCMappingTag
Example Changes
IlvJDBCDataSource
class has been extended to support read/write access to the database.
ilog.views.chart.IlvChartConfiguration.IlvDataSourceXMLSerializer
The interface for
IlvDataSourceserializer. This interface allows the serialization by anIlvChartConfigurationof anIlvDataSource.
ilog.views.chart.faces.component.data.IlvFacesJDBCDataSource
A data source that wraps an
IlvJDBCDataSource. This kind of data source loads its data from a database.
ilog.views.chart.faces.component.data.IlvFacesJDBCMapping
This class defines a mapping of a data set x, y and label values to the corresponding columns of a JDBC query.
ilog.views.chart.faces.dhtml.renderkit.IlvJDBCDataSourceRenderer
This class is the DHTML renderer for an
IlvFacesJDBCDataSource.
ilog.views.chart.faces.dhtml.taglib.IlvJDBCDataSourceTag
This class defines the custom tag handler for a JDBC Data Source component.
ilog.views.chart.faces.dhtml.taglib.IlvFacesJDBCMappingTag
This class defines the custom tag handler for a JDBC mapping component.
isAutoScaleTitleRotation():
Returns whether the rotation angle of the scale titles is computed
automatically depending on the type of the scale axis and depending on the
projector configuration.
setAutoScaleTitleRotation(boolean):
Sets whether the rotation angle of the scale titles is computed automatically
depending on the type of the scale axis and depending on the projector
configuration.
isCursorSet(): Returns whether a
specific cursor has been set on this chart.
ilog.views.chart.IlvChartConfiguration
getDataSource(int): Returns the
data source at the given index.
getTitleFont(): Returns the
title font.
setTitleFont(Font): Sets the title
font.
ilog.views.chart.data.IlvDefaultDataSet
addData(double, double, String):
Adds a data point at the end of this data set.
ilog.views.chart.data.IlvJDBCDataSource
IlvJDBCDataSource(String, String, String, String, String, int,
int, boolean): Creates a new IlvJDBCDataSource
object.
computeColumnType(ResultSet):
Returns an array of the types of every columns of the given ResultSet.
isReadOnly(): Returns whether this
model is read-only.
ilog.views.chart.faces.component.data.IlvFacesDataSource
isRefreshData(): Returns the
Boolean indicating that this data source will be refreshed during the life
cycle.
setRefreshData(boolean): Sets
whether this data source should be refreshed during the life cycle.
ilog.views.chart.renderer.IlvComboChartRenderer
has3DSupport(): Indicates whether
this renderer supports three-dimensional drawing.
IlvChart instance
into an SWT application.