Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.graphic |
Provides classes to customize the graphical aspect of a chart.
|
ilog.views.chart.interactor |
Contains the predefined chart interactor classes.
|
ilog.views.chart.renderer |
Contains the predefined chart renderer classes.
|
Modifier and Type | Method and Description |
---|---|
IlvDataRenderingHint |
IlvChartRenderer.getRenderingHint()
Returns the global rendering hint defined for this renderer.
|
abstract IlvDataRenderingHint |
IlvChartRenderer.getRenderingHint(IlvDataSet dataSet)
Returns the rendering hint that was specified globally for all the points
of the given data set.
|
abstract IlvDataRenderingHint |
IlvChartRenderer.getRenderingHint(IlvDataSet dataSet,
int idx)
Returns the rendering hint of the specified data point.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChartRenderer.setRenderingHint(IlvDataRenderingHint hint)
Specifies a global rendering hint for all the data sets displayed
by this renderer.
|
abstract void |
IlvChartRenderer.setRenderingHint(IlvDataSet dataSet,
IlvDataRenderingHint hint)
Specifies a global rendering hint for all the points of a data set.
|
abstract void |
IlvChartRenderer.setRenderingHint(IlvDataSet dataSet,
int idx,
IlvDataRenderingHint hint)
Specifies a rendering hint for a data point.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultDataRenderingHint
A default rendering hint that references a rendering style or a style change.
|
class |
IlvGradientRenderingHint
A rendering hint that computes the color of a data point
according to a gradient specification.
|
Modifier and Type | Method and Description |
---|---|
IlvDataRenderingHint |
IlvChartAreaSelectionManager.getRenderingHint()
Returns the rendering hint through which the selection is displayed.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChartAreaSelectionManager.setRenderingHint(IlvDataRenderingHint hint)
Sets the rendering hint through which the selection is displayed.
|
Modifier and Type | Method and Description |
---|---|
IlvDataRenderingHint |
IlvTreemapChartRenderer.getRenderingHint(IlvDataSet dataSet)
This method always returns
null , because this renderer is associated
with the entire data source, not with a single data set. |
IlvDataRenderingHint |
IlvSingleChartRenderer.getRenderingHint(IlvDataSet dataSet)
Returns the rendering hint that was specified globally for all the points
of the given data set.
|
IlvDataRenderingHint |
IlvCompositeChartRenderer.getRenderingHint(IlvDataSet dataSet)
Returns the rendering hint that was specified globally for all the points
of the given data set.
|
IlvDataRenderingHint |
IlvTreemapChartRenderer.getRenderingHint(IlvDataSet dataSet,
int idx)
This method always returns
null , because this renderer is associated
with the entire data source, not with a single data set. |
IlvDataRenderingHint |
IlvSingleChartRenderer.getRenderingHint(IlvDataSet dataSet,
int idx)
Returns the rendering hint of the specified data point.
|
IlvDataRenderingHint |
IlvCompositeChartRenderer.getRenderingHint(IlvDataSet dataSet,
int idx)
Returns the rendering hint of the specified data point.
|
IlvDataRenderingHint |
IlvTreemapChartRenderer.getRenderingHint(Object node)
Returns the rendering hint operational for a given tree node, if
different from the default rendering hint specified through the
"objects" rule in CSS.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvTreemapChartRenderer.setRenderingHint(IlvDataRenderingHint hint)
Specifies a global rendering hint for all the tree nodes displayed
by this renderer.
|
void |
IlvComboChartRenderer.setRenderingHint(IlvDataRenderingHint hint)
Specifies a global rendering hint for all the data sets displayed
by this renderer.
|
void |
IlvTreemapChartRenderer.setRenderingHint(IlvDataSet dataSet,
IlvDataRenderingHint hint)
This method is not supported by this renderer, because it is associated
with the entire data source, not with a single data set.
|
void |
IlvSingleChartRenderer.setRenderingHint(IlvDataSet dataSet,
IlvDataRenderingHint hint)
Specifies a rendering hint for all the data points of a data set.
|
void |
IlvCompositeChartRenderer.setRenderingHint(IlvDataSet dataSet,
IlvDataRenderingHint hint)
Specifies a rendering hint for all the data points of a data set.
|
void |
IlvTreemapChartRenderer.setRenderingHint(IlvDataSet dataSet,
int idx,
IlvDataRenderingHint hint)
This method is not supported by this renderer, because it is associated
with the entire data source, not with a single data set.
|
void |
IlvSingleChartRenderer.setRenderingHint(IlvDataSet dataSet,
int idx,
IlvDataRenderingHint hint)
Specifies a rendering hint for a data point.
|
void |
IlvCompositeChartRenderer.setRenderingHint(IlvDataSet dataSet,
int idx,
IlvDataRenderingHint hint)
Specifies a rendering hint for a data point.
|
void |
IlvTreemapChartRenderer.setRenderingHint(int index,
IlvDataRenderingHint hint)
Specifies a rendering hint for a given list element or table row.
|
void |
IlvTreemapChartRenderer.setRenderingHint(Object node,
IlvDataRenderingHint hint)
Specifies a rendering hint for a given tree node.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.