Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.accessibility |
Contains classes for the accessible elements of a chart.
|
ilog.views.chart.faces.dhtml.interactor |
This package contains the DHTML implementation of JViews Charts JavaServer Faces interactors.
|
ilog.views.chart.renderer |
Contains the predefined chart renderer classes.
|
ilog.views.chart.servlet |
Provides a Java Servlet that can produce images from an
IlvChart . |
Modifier and Type | Class and Description |
---|---|
class |
IlvDisplayArea
Represents a display area that corresponds to a projected data point.
|
class |
IlvDisplayObjectArea
Represents a display area that corresponds to a model object.
|
class |
IlvDisplayPoint
Represents a projected data point.
|
Modifier and Type | Method and Description |
---|---|
String |
IlvChartRenderer.computeDataLabel(IlvDataSetPoint dp)
Computes the data label associated with the specified point.
|
Modifier and Type | Method and Description |
---|---|
IlvDataSetPoint |
IlvAccessibleDataPoint.getDataPoint()
Returns the combination of the data set and the data point.
|
Constructor and Description |
---|
IlvAccessibleDataPoint(IlvChartRenderer renderer,
IlvDataSetPoint point)
Creates an
IlvAccessibleDataPoint instance. |
Modifier and Type | Method and Description |
---|---|
IlvDataSetPoint |
IlvChartObjectSelectedFinder.pickObject(IlvChart chart,
String[] params)
Returns the data set point picked according to the picking mode.
|
Modifier and Type | Method and Description |
---|---|
String |
IlvTreemapChartRenderer.computeDataLabel(IlvDataSetPoint dp)
Computes the data label associated with the specified object.
|
String |
IlvSinglePieRenderer.computeDataLabel(IlvDataSetPoint dp)
Computes the data label associated with the specified point.
|
Modifier and Type | Method and Description |
---|---|
IlvIMapAttributes |
IlvDefaultChartHitmapDefinition.getAttributes(IlvChart chart,
IlvSingleChartRenderer renderer,
IlvDataSetPoint dp)
Returns the interactive effects attributes for the specified data point.
|
abstract IlvIMapAttributes |
IlvChartHitmapDefinition.getAttributes(IlvChart chart,
IlvSingleChartRenderer renderer,
IlvDataSetPoint dp)
Returns the interactive effects attributes for the specified data point.
|
abstract IlvIMapAttributes |
IlvIMapDefinition.getAttributes(IlvDataSetPoint dp)
Returns the area attributes for the specified data point.
|
IlvIMapAttributes |
IlvDefaultIMapDefinition.getAttributes(IlvDataSetPoint dp)
Returns the area attributes for the specified point.
|
Constructor and Description |
---|
IlvDefaultIMapDefinition(IlvDataSetPoint[] dataPoints,
IlvIMapAttributes[] attr)
Initializes a definition to generate areas for the specified data points.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.