Release Notes |
This document describes the main changes that have been made to the JViews Charts module since version 7.5.
Incompatibilities
General Changes
Library Changes
Example Changes
ilog.views.chart.IlvChartRendererilog.views.chart.IlvLabelRendererilog.views.chart.IlvMultipleTimeUnitilog.views.chart.IlvScaleilog.views.chart.IlvScaleAnnotationilog.views.chart.IlvTimeStepsDefinitionilog.views.chart.data.IlvCyclicDataSetilog.views.chart.data.IlvFilterDataSetilog.views.chart.data.IlvTreeTableDataSourceilog.views.chart.datax.adapter.IlvDataSourceToFlatTableModelilog.views.chart.datax.adapter.IlvFilteredFlatListModelilog.views.chart.datax.adapter.IlvFilteredFlatSetModelilog.views.chart.datax.adapter.IlvFilteredTreeListModelilog.views.chart.datax.adapter.IlvFilteredTreeSetModelilog.views.chart.datax.adapter.IlvFlatListToFlatSetModelilog.views.chart.datax.adapter.IlvFlatListToFlatTableModelilog.views.chart.datax.adapter.IlvFlatListToTreeListModelilog.views.chart.datax.adapter.IlvFlatSetToFlatListModelilog.views.chart.datax.adapter.IlvFlatSetToFlatTableModelilog.views.chart.datax.adapter.IlvFlatSetToTreeSetModelilog.views.chart.datax.adapter.IlvFlatTableToFlatListModelilog.views.chart.datax.adapter.IlvFlatTableToListModelilog.views.chart.datax.adapter.IlvFlatTableToTableModelilog.views.chart.datax.adapter.IlvListToFlatListModelilog.views.chart.datax.adapter.IlvListToFlatTableModelilog.views.chart.datax.adapter.IlvSortedFlatListModelilog.views.chart.datax.adapter.IlvSortedTreeListModelilog.views.chart.datax.adapter.IlvSubTreeListModelilog.views.chart.datax.adapter.IlvSubTreeSetModelilog.views.chart.datax.adapter.IlvTableToFlatTableModelilog.views.chart.datax.adapter.IlvTreeListToFlatListModelilog.views.chart.datax.adapter.IlvTreeListToFlatTableModelilog.views.chart.datax.adapter.IlvTreeListToTreeModelilog.views.chart.datax.adapter.IlvTreeListToTreeSetModelilog.views.chart.datax.adapter.IlvTreeListToTreeTableModelilog.views.chart.datax.adapter.IlvTreeSetToTreeListModelilog.views.chart.datax.adapter.IlvTreeTableToTreeListModelilog.views.chart.datax.adapter.IlvTreeToFlatTableModelilog.views.chart.datax.adapter.IlvTreeToTreeListModelilog.views.chart.datax.flat.list.IlvBasicFlatListModelilog.views.chart.datax.flat.list.IlvBufferFlatListModelilog.views.chart.datax.flat.list.IlvFilterFlatListModelilog.views.chart.datax.flat.list.IlvPropertyBasedFlatListModelilog.views.chart.datax.flat.set.IlvBasicFlatSetModelilog.views.chart.datax.flat.set.IlvBufferFlatSetModelilog.views.chart.datax.flat.set.IlvFilterFlatSetModelilog.views.chart.datax.flat.set.IlvPropertyBasedFlatSetModelilog.views.chart.datax.flat.table.IlvBasicFlatTableModelilog.views.chart.datax.flat.table.IlvBufferFlatTableModelilog.views.chart.datax.flat.table.IlvFilterFlatTableModelilog.views.chart.datax.tree.list.IlvBasicTreeListModelilog.views.chart.datax.tree.list.IlvBufferTreeListModelilog.views.chart.datax.tree.list.IlvDefaultTreeListModelilog.views.chart.datax.tree.list.IlvFilterTreeListModelilog.views.chart.datax.tree.list.IlvPropertyBasedTreeListModelilog.views.chart.datax.tree.list.IlvTreeListRowIndexCacheilog.views.chart.datax.tree.set.IlvBasicTreeSetModelilog.views.chart.datax.tree.set.IlvBufferTreeSetModelilog.views.chart.datax.tree.set.IlvFilterTreeSetModelilog.views.chart.datax.tree.set.IlvPropertyBasedTreeSetModelilog.views.chart.faces.servlet.IlvFacesChartPopupSupportilog.views.chart.renderer.IlvBarChartRendererilog.views.chart.renderer.IlvHiLoChartRendererilog.views.chart.renderer.IlvPolylineChartRendererilog.views.chart.renderer.IlvScatterChartRendererilog.views.chart.renderer.IlvSingleBarRendererilog.views.chart.renderer.IlvSingleScatterRendererilog.views.chart.renderer.IlvTreemapChartRendererilog.views.chart.rwc.faces.IlvRWChartConstantsilog.views.chart.rwc.faces.component.IlvRWChartilog.views.chart.rwc.faces.component.IlvRWChartHighLightInteractorilog.views.chart.rwc.faces.event.RWChartInteractionEventilog.views.util.IlvColorUtililog.views.util.IlvFrameworkProductilog.views.util.collections.IlvCollections
IlvSingleBubbleRenderer
Bean property maxSize is no longer equivalent to the Bean property markerSize.
In CSS files for bubble charts you may need to change markerSize to maxSize.
IlvScale.setCategory
has been changed to do nothing if the argument is true and an
IlvCategoryStepsDefinition
is already installed, or if the argument is false and the current steps definition is not an
IlvCategoryStepsDefinition.
Previously it always installed a fresh
IlvCategoryStepsDefinition
or a fresh
IlvDefaultStepsDefinition
with default parameters. Use
setStepsDefinition
if you want to install a fresh
IlvStepsDefinition
instance.
IlvDataInterval.substract was removed. Please use
IlvDataInterval.subtract instead.
rtexprvalue set to false
instead of true in the Tag Library Definition in order to
comply with JSF specification.IlvLabelRenderer:
IlvLabelRenderer.setOutline.
IlvContrastingColor.
IlvTimeStepsDefinition
that allow to specify the placement of minor ticks.
object CSS rule, the pseudo-properties level, focusLevel, and leaf
are available.
disconnect() method. While dispose()
destroys enough pointers to make a data source or model unusable,
disconnect() only removes listeners that would hinder
garbage collection, but keeps it functional.
ilog.views.chart.rwc.faces.event.RWChartHighlightEvent
A Rich Web Charts highlight event.
ilog.views.util.java2d.IlvContrastingColor
This class denotes a color that depends on the background.
ilog.views.util.swing.IlvCursorFactory
This factory allows you to build various default
Cursorinstances.
ilog.views.util.text.IlvAttributedStringUtil
The
IlvAttributedStringUtilclass consists of static methods that are of general use when working withjava.text.AttributedString.
ilog.views.chart.IlvChartRenderer
getDataLabeling():
Returns the data labeling mode.
setDataLabeling(int):
Specifies the data labeling mode, which describes the labels that appear next to the graphical representation of data points.
ilog.views.chart.IlvLabelRenderer
isOutline():
Indicates whether the label is drawn in outline mode.
setOutline(boolean):
Specifies whether the label is drawn in outline mode.
ilog.views.chart.IlvMultipleTimeUnit
IlvMultipleTimeUnit(IlvTimeUnit, int, Date):
Creates a multiple of the specified time unit.
getDefaultSide():
Returns the default side of the labels, title and "outside" ticks.
getSide():
Returns the side of the labels, title and "outside" ticks.
setSide(int):
Sets the side where to place the labels, title and "outside" ticks.
isAutoSide():
Indicates whether the side of the labels, title and "outside" ticks is chosen automatically.
setAutoSide(boolean):
Specifies whether the side of the labels, title and "outside" ticks should be chosen automatically.
LOWER_SIDE:
Side: Labels, title, and "outside" ticks are drawn towards decreasing values of the dual axis.
UPPER_SIDE:
Side: Labels, title, and "outside" ticks are drawn towards increasing values of the dual axis.
ilog.views.chart.IlvScaleAnnotation
IlvScaleAnnotation in CSS.
IlvScaleAnnotation(double, String, IlvLabelRenderer):
Creates a new IlvScaleAnnotation for the specified value with the specified text and the specified label rendering style.
ilog.views.chart.IlvTimeStepsDefinition
getSubStepCount():
Returns the number of substeps.
setSubStepCount(int):
Sets the number of substeps.
getSubStepUnit():
Returns the minor ticks unit.
setSubStepUnit(IlvTimeUnit):
Specifies the minor ticks unit.
hasSubStep():
Indicates whether this object defines substeps for minor ticks.
incrementSubStep(double):
Returns the next substep value.
isAutoSubStepUnit():
Indicates whether the minor ticks unit is automatically computed.
setAutoSubStepUnit(boolean):
Toggles the automatic calculation of the minor ticks unit.
previousSubStep(double):
Returns the substep value immediately before the specified value.
ilog.views.chart.data.IlvCyclicDataSet
IlvCyclicDataSet(String, int, int, boolean):
Creates a new cyclic data set.
getBufferSize():
Returns the number of data points that can be stored in this data set before a wrap-around occurs.
getMode():
Returns the data management mode of this data set.
ilog.views.chart.data.IlvFilterDataSet
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.data.IlvTreeTableDataSource
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvDataSourceToFlatTableModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvFilteredFlatListModel
IlvFilteredFlatListModel(IlvFlatListModel, IlvFilter, int):
Creates a filtered model.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvFilteredFlatSetModel
IlvFilteredFlatSetModel(IlvFlatSetModel, IlvFilter, int):
Creates a filtered model.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvFilteredTreeListModel
IlvFilteredTreeListModel(IlvTreeListModel, IlvFilter, int):
Creates a filtered model.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvFilteredTreeSetModel
IlvFilteredTreeSetModel(IlvTreeSetModel, IlvFilter, int):
Creates a filtered model.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvFlatListToFlatSetModel
IlvFlatListToFlatSetModel(IlvFlatListModel, int):
Creates an IlvFlatSetModel from an IlvFlatListModel.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvFlatListToFlatTableModel
IlvFlatListToFlatTableModel(IlvFlatListModel, int):
Creates a model backed by a given IlvFlatListModel, with the same columns.
IlvFlatListToFlatTableModel(IlvDefaultFlatListModel, IlvObjectFactory, int):
Creates a model backed by a given IlvFlatListModel, with the ability to add rows, and with the same columns.
IlvFlatListToFlatTableModel(IlvFlatListModel, IlvDataColumnInfo[], int):
Creates a model backed by a given IlvFlatListModel, with the given columns.
IlvFlatListToFlatTableModel(IlvDefaultFlatListModel, IlvObjectFactory, IlvDataColumnInfo[], int):
Creates a model backed by a given IlvFlatListModel, with the ability to add rows, and with the given columns.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvFlatListToTreeListModel
IlvFlatListToTreeListModel(IlvFlatListModel, IlvPartitioner[], Comparator, int, int):
Creates an IlvTreeListModel from an IlvFlatListModel and a list of partitioners.
IlvFlatListToTreeListModel(IlvFlatListModel, IlvPartitionerFactory[], Comparator, int, int):
Creates an IlvTreeListModel from an IlvFlatListModel and a list of partitioner factories.
IlvFlatListToTreeListModel(IlvFlatListModel, IlvPartitioner, Comparator, int, int):
Creates an IlvTreeListModel from an IlvFlatListModel and a partitioner.
IlvFlatListToTreeListModel(IlvFlatListModel, IlvPartitionerFactory, Comparator, int, int):
Creates an IlvTreeListModel from an IlvFlatListModel and a partitioner factory.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvFlatSetToFlatListModel
IlvFlatSetToFlatListModel(IlvFlatSetModel, Comparator, int):
Creates an IlvFlatListModel from an IlvFlatSetModel and a Comparator.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvFlatSetToFlatTableModel
IlvFlatSetToFlatTableModel(IlvFlatSetModel, int):
Creates a model backed by a given IlvFlatSetModel, with the same columns.
IlvFlatSetToFlatTableModel(IlvDefaultFlatSetModel, IlvObjectFactory, int):
Creates a model backed by a given IlvFlatSetModel, with the ability to add rows and with the same columns.
IlvFlatSetToFlatTableModel(IlvFlatSetModel, IlvDataColumnInfo[], int):
Creates a model backed by a given ListModel, with the given columns.
IlvFlatSetToFlatTableModel(IlvDefaultFlatSetModel, IlvObjectFactory, IlvDataColumnInfo[], int):
Creates a model backed by a given ListModel, with the ability to add rows, and with the given columns.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvFlatSetToTreeSetModel
IlvFlatSetToTreeSetModel(IlvFlatSetModel, IlvPartitioner[], int):
Creates an IlvTreeSetModel from an IlvFlatSetModel and a list of partitioners.
IlvFlatSetToTreeSetModel(IlvFlatSetModel, IlvPartitionerFactory[], int):
Creates an IlvTreeSetModel from an IlvFlatSetModel and a list of partitioner factories.
IlvFlatSetToTreeSetModel(IlvFlatSetModel, IlvPartitioner, int):
Creates an IlvTreeSetModel from an IlvFlatSetModel and a partitioner.
IlvFlatSetToTreeSetModel(IlvFlatSetModel, IlvPartitionerFactory, int):
Creates an IlvTreeSetModel from an IlvFlatSetModel and a partitioner factory.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvFlatTableToFlatListModel
IlvFlatTableToFlatListModel(IlvFlatTableModel, int):
Creates a model backed by a given IlvFlatTableModel, with the same columns.
IlvFlatTableToFlatListModel(IlvFlatTableModel, IlvDataColumnInfo[], int):
Creates a model backed by a given IlvFlatTableModel, with the given columns.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvFlatTableToListModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvFlatTableToTableModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvListToFlatListModel
IlvListToFlatListModel(ListModel, IlvPropertyConnector, int):
Creates a model backed by a given ListModel, with zero columns.
IlvListToFlatListModel(ListModel, IlvPropertyConnector, IlvDataColumnInfo[], int):
Creates a model backed by a given ListModel, with the given columns.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvListToFlatTableModel
IlvListToFlatTableModel(ListModel, IlvPropertyConnector, int):
Creates a model backed by a given ListModel, with zero columns.
IlvListToFlatTableModel(DefaultListModel, IlvPropertyConnector, IlvObjectFactory, int):
Creates a model backed by a given ListModel, with the ability to add or remove rows, and with zero columns.
IlvListToFlatTableModel(ListModel, IlvPropertyConnector, IlvDataColumnInfo[], int):
Creates a model backed by a given ListModel, with the given columns.
IlvListToFlatTableModel(DefaultListModel, IlvPropertyConnector, IlvObjectFactory, IlvDataColumnInfo[], int):
Creates a model backed by a given ListModel, with the ability to add or remove rows, and with the given columns.
ilog.views.chart.datax.adapter.IlvSortedFlatListModel
IlvSortedFlatListModel(IlvFlatListModel, Comparator, int):
Creates a sorted IlvFlatListModel from an IlvFlatListModel and a Comparator.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvSortedTreeListModel
IlvSortedTreeListModel(IlvTreeListModel, Comparator, int):
Creates a sorted IlvTreeListModel from an IlvTreeListModel and a Comparator.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvSubTreeListModel
IlvSubTreeListModel(IlvTreeListModel, Object, int):
Creates a subtree model.
ilog.views.chart.datax.adapter.IlvSubTreeSetModel
IlvSubTreeSetModel(IlvTreeSetModel, Object, int):
Creates a subtree model.
ilog.views.chart.datax.adapter.IlvTableToFlatTableModel
IlvTableToFlatTableModel(TableModel, int):
Creates a model backed by a given TableModel.
IlvTableToFlatTableModel(TableModel, IlvDataColumnInfo[], int):
Creates a model backed by a given TableModel, with the given columns.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvTreeListToFlatListModel
IlvTreeListToFlatListModel(IlvTreeListModel, int, int):
Creates a model backed by a given TreeModel, with zero columns.
IlvTreeListToFlatListModel(IlvTreeListModel, int, IlvDataColumnInfo[], int):
Creates a model backed by a given TreeModel, with the given columns.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvTreeListToFlatTableModel
IlvTreeListToFlatTableModel(IlvTreeListModel, int, int):
Creates a model backed by a given TreeModel, with zero columns.
IlvTreeListToFlatTableModel(IlvTreeListModel, int, IlvDataColumnInfo[], int):
Creates a model backed by a given TreeModel, with the given columns.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvTreeListToTreeModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvTreeListToTreeSetModel
IlvTreeListToTreeSetModel(IlvTreeListModel, int):
Creates an IlvTreeSetModel from an IlvTreeListModel.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvTreeListToTreeTableModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvTreeSetToTreeListModel
IlvTreeSetToTreeListModel(IlvTreeSetModel, Comparator, int):
Creates an IlvTreeListModel from an IlvTreeSetModel and a Comparator.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvTreeTableToTreeListModel
IlvTreeTableToTreeListModel(TreeModel, int):
Creates a model backed by a given TreeTableModel, with initially the same columns.
IlvTreeTableToTreeListModel(TreeModel, IlvDataColumnInfo[], int):
Creates a model backed by a given TreeTableModel, with the given columns.
addChild(Object, Object[], Object):
This method throws an UnsupportedOperationException.
disconnect():
Drops references to objects to help garbage collection.
insertChild(Object, Object[], Object, int):
This method throws an UnsupportedOperationException.
ilog.views.chart.datax.adapter.IlvTreeToFlatTableModel
IlvTreeToFlatTableModel(TreeModel, int, IlvPropertyConnector, int):
Creates a model backed by a given TreeModel, with zero columns.
IlvTreeToFlatTableModel(TreeModel, int, IlvPropertyConnector, IlvDataColumnInfo[], int):
Creates a model backed by a given TreeModel, with the given columns.
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.adapter.IlvTreeToTreeListModel
IlvTreeToTreeListModel(TreeModel, IlvPropertyConnector, int):
Creates a model backed by a given TreeModel, with zero columns.
IlvTreeToTreeListModel(TreeModel, IlvPropertyConnector, IlvDataColumnInfo[], int):
Creates a model backed by a given TreeModel, with the given columns.
addChild(Object, Object[], Object):
This method throws an UnsupportedOperationException.
disconnect():
Drops references to objects to help garbage collection.
insertChild(Object, Object[], Object, int):
This method throws an UnsupportedOperationException.
ilog.views.chart.datax.flat.list.IlvBasicFlatListModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.flat.list.IlvBufferFlatListModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.flat.list.IlvFilterFlatListModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.flat.list.IlvPropertyBasedFlatListModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.flat.set.IlvBasicFlatSetModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.flat.set.IlvBufferFlatSetModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.flat.set.IlvFilterFlatSetModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.flat.set.IlvPropertyBasedFlatSetModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.flat.table.IlvBasicFlatTableModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.flat.table.IlvBufferFlatTableModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.flat.table.IlvFilterFlatTableModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.tree.list.IlvBasicTreeListModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.tree.list.IlvBufferTreeListModel
addChild(Object, Object[], Object):
disconnect():
Drops references to objects to help garbage collection.
insertChild(Object, Object[], Object, int):
ilog.views.chart.datax.tree.list.IlvDefaultTreeListModel
addChild(Object, Object[], Object):
Adds an object to the list of children of a parent object in the model.
insertChild(Object, Object[], Object, int):
Adds an object to the list of children of a parent object in the model at a given index.
ilog.views.chart.datax.tree.list.IlvFilterTreeListModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.tree.list.IlvPropertyBasedTreeListModel
addChild(Object, Object[], Object):
disconnect():
Drops references to objects to help garbage collection.
insertChild(Object, Object[], Object, int):
ilog.views.chart.datax.tree.list.IlvTreeListRowIndexCache
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.tree.set.IlvBasicTreeSetModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.tree.set.IlvBufferTreeSetModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.tree.set.IlvFilterTreeSetModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.datax.tree.set.IlvPropertyBasedTreeSetModel
disconnect():
Drops references to objects to help garbage collection.
ilog.views.chart.renderer.IlvBarChartRenderer
isUseCategorySpacingAtBorders():
Returns true if the category spacing is used also at the left and right borders.
setUseCategorySpacingAtBorders(boolean):
Determines whether the category spacing is used also on the left and right borders.
ilog.views.chart.renderer.IlvHiLoChartRenderer
getSpecWidthPercent():
Returns the specified width of the graphical representation of a data point along the x-axis.
ilog.views.chart.renderer.IlvPolylineChartRenderer
marker and markerSize properties are now settable.
setMarker(IlvMarker):
Specifies a marker for the child polyline renderers.
setMarkerSize(int):
Specifies a marker size for the child polyline renderers.
ilog.views.chart.renderer.IlvScatterChartRenderer
getMarkerSize():
Returns the marker size used to create child scatter renderers.
ilog.views.chart.renderer.IlvSingleBarRenderer
getSpecWidthPercent():
Returns the specified bar width.
isUseCategorySpacingAtBorders():
Returns true if the category spacing is used also at the left and right borders.
setUseCategorySpacingAtBorders(boolean):
Determines whether the category spacing is used also on the left and right borders.
ilog.views.chart.renderer.IlvSingleScatterRenderer
getMaxSize():
Returns the maximum size of a marker.
ilog.views.chart.renderer.IlvTreemapChartRenderer
getFocusLevel():
Returns the level of the currently set focus.
ilog.views.chart.rwc.faces.IlvRWChartConstants
RESIZING_POLICY:
Constant for the resizingPolicy property.
ilog.views.chart.rwc.faces.component.IlvRWChart
getResizingPolicy():
Sets the resizing policy of the IlvRWChart.
setResizingPolicy(String):
Returns the resizing policy of the IlvRWChart.
DEFAULT_RESIZING_POLICY:
Default value of resizingPolicy property.
RANGE_RESIZING_POLICY:
Alternate value of resizingPolicy property.
ilog.views.chart.rwc.faces.component.IlvRWChartHighLightInteractor
addActionListener(ActionListener):
Adds a new action listener to the set of listeners interested in being notified when
javax.faces.event.ActionEvents occur.
broadcast(FacesEvent):
In addition to the default
javax.faces.component.UIComponent.broadcast(javax.faces.event.FacesEvent)
processing, pass the
javax.faces.event.ActionEvent
being broadcasted to the method referenced by actionListener (if any), and to the default action listener registered on the application.
getAction():
Returns the MethodBinding pointing at the application action to be invoked, if this component is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.
setAction(MethodBinding):
Sets the MethodBinding pointing to the application action to be invoked, if this component is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.
getActionListener():
Returns the MethodBinding pointing to an action listener method to be invoked, if this component is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.
setActionListener(MethodBinding):
Sets the MethodBinding pointing to an action listener method to be invoked, if this component is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.
getActionListeners():
Returns the MethodBindings pointing to an action listener method to be invoked, if this component is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property.
isImmediate():
Returns a flag indicating that the default action listener provided by the JavaServer Faces implementation should be executed immediately (that is, during Apply Request Values phase of the request processing lifecycle), rather than waiting until the Invoke Application phase.
setImmediate(boolean):
Sets the "immediate execution" flag for this component.
removeActionListener(ActionListener):
Removes an existing action listener (if any) from the set of listeners interested in being notified when events occur.
ilog.views.chart.rwc.faces.event.RWChartInteractionEvent
getType():
Returns the type of this event.
PICK_EVENT:
The pick event type.
getLuminance(Color):
Returns the luminance of the specified color.
ilog.views.util.IlvFrameworkProduct
getBuildNumber():
Returns the JViews Graphics Framework build number.
getMinorVersion():
Returns the JViews Graphics Framework minor version number, that is, 0.
getPatchLevel():
Returns the JViews Graphics Framework patch level number.
getReleaseDate():
Returns the date of the JViews Graphics Framework release.
getSubMinorVersion():
Returns the JViews Graphics Framework subminor version number.
getVersion():
Returns the JViews Graphics Framework version number, that is, 8.
ilog.views.util.collections.IlvCollections
oneElementIterator(Object):
Returns an unmodifiable iterator that iterates only over the input element.
oneElementListIterator(Object):
Returns an unmodifiable iterator that iterates only over the input element.