Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.faces.dhtml.interactor |
This package contains the DHTML implementation of JViews Charts JavaServer Faces interactors.
|
ilog.views.chart.interactor |
Contains the predefined chart interactor classes.
|
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 |
IlvDefaultChartDataPicker
A default data picker that uses an Euclidian distance between data points.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChartRenderer.collectDisplayItems(IlvChartDataPicker picker,
ArrayList<IlvDisplayPoint> accumulator)
Collects the display items containing the specified picking point.
|
abstract IlvDisplayPoint |
IlvChartRenderer.getDisplayItem(IlvChartDataPicker picker)
Returns the display item containing the specified picking point.
|
IlvDisplayPoint |
IlvChart.getDisplayItem(IlvChartDataPicker picker)
Returns the display item containing the specified point.
|
static IlvDisplayPoint |
IlvChartRenderer.getDisplayItem(Iterator<IlvChartRenderer> ite,
IlvChartDataPicker picker)
Returns the display item containing the specified point.
|
List<IlvDisplayPoint> |
IlvChart.getDisplayItems(IlvChartDataPicker picker)
Returns the display items containing the specified point.
|
static List<IlvDisplayPoint> |
IlvChartRenderer.getDisplayItems(Iterator<IlvChartRenderer> ite,
IlvChartDataPicker picker)
Returns the display items containing the specified point.
|
abstract IlvDisplayPoint |
IlvChartRenderer.getNearestItem(IlvChartDataPicker picker,
double[] distanceResult)
Returns the display item closest to the picking point defined
by the specified data picker.
|
IlvDisplayPoint |
IlvChart.getNearestItem(IlvChartDataPicker picker,
double[] distanceResult)
Returns the display point whose renderer drawing is closest to the picking
point defined by the specified data picker.
|
static IlvDisplayPoint |
IlvChartRenderer.getNearestItem(Iterator<IlvChartRenderer> ite,
IlvChartDataPicker picker,
double[] distanceResult)
Returns the projected data item closest to the specified point.
|
abstract IlvDisplayPoint |
IlvChartRenderer.getNearestPoint(IlvChartDataPicker picker)
Returns the display point closest to the picking point defined
by the specified data picker.
|
IlvDisplayPoint |
IlvChart.getNearestPoint(IlvChartDataPicker picker)
Returns the display point closest to the picking point defined by the
specified data picker.
|
static IlvDisplayPoint |
IlvChartRenderer.getNearestPoint(Iterator<IlvChartRenderer> ite,
IlvChartDataPicker picker)
Returns the projected data point closest to the specified point.
|
Modifier and Type | Method and Description |
---|---|
protected IlvChartDataPicker |
IlvChartObjectSelectedFinder.createDataPicker(int x,
int y)
Create the data picker that will be used to find the picked data set point.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvChartDataInteractor.DataPicker
An
IlvDefaultChartDataPicker subclass which filters the
renderers according to the interactor y-axis index. |
Modifier and Type | Method and Description |
---|---|
protected IlvChartDataPicker |
IlvChartEditPointInteractor.createDataPicker(MouseEvent event)
Creates a new
IlvChartDataPicker object. |
protected IlvChartDataPicker |
IlvChartDataInteractor.createDataPicker(MouseEvent event)
Creates a new
IlvChartDataPicker object. |
Modifier and Type | Method and Description |
---|---|
protected IlvDisplayPoint |
IlvChartInfoViewInteractor.pickData(IlvChartDataPicker picker)
Returns a display point depending on the given data picker and the
current picking mode.
|
protected IlvDisplayPoint |
IlvChartDataInteractor.pickData(IlvChartDataPicker picker)
Returns a display point depending on the given data picker and the
current picking mode.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvCompositeChartRenderer.collectDisplayItems(IlvChartDataPicker picker,
ArrayList<IlvDisplayPoint> accumulator)
Collects the display items containing the specified picking point.
|
IlvDisplayPoint |
IlvTreemapChartRenderer.getDisplayItem(IlvChartDataPicker picker)
Returns the data object containing the specified picking point.
|
IlvDisplayPoint |
IlvSingleChartRenderer.getDisplayItem(IlvChartDataPicker picker)
Returns the display item containing the specified picking point.
|
IlvDisplayPoint |
IlvCompositeChartRenderer.getDisplayItem(IlvChartDataPicker picker)
Returns the display item containing the specified picking point.
|
IlvDisplayObjectArea |
IlvTreemapChartRenderer.getDisplayItem(IlvChartDataPicker picker,
IlvUnaryPredicate filter)
Returns the display item containing the specified picking point.
|
IlvDisplayPoint |
IlvTreemapChartRenderer.getNearestItem(IlvChartDataPicker picker,
double[] distanceResult)
Returns the data object closest to the picking point defined
by the specified data picker.
|
IlvDisplayPoint |
IlvSingleChartRenderer.getNearestItem(IlvChartDataPicker picker,
double[] distanceResult)
Returns the display item closest to the picking point defined by the
specified data picker.
|
IlvDisplayPoint |
IlvCompositeChartRenderer.getNearestItem(IlvChartDataPicker picker,
double[] distanceResult)
Returns the display item closest to the picking point defined
by the specified data picker.
|
IlvDisplayObjectArea |
IlvTreemapChartRenderer.getNearestItem(IlvChartDataPicker picker,
IlvUnaryPredicate filter)
Returns the data object closest to the specified projected coordinates.
|
IlvDisplayPoint |
IlvTreemapChartRenderer.getNearestPoint(IlvChartDataPicker picker)
Returns the data object closest to the specified projected coordinates.
|
IlvDisplayPoint |
IlvSingleChartRenderer.getNearestPoint(IlvChartDataPicker picker)
Returns the data point closest to the specified projected coordinates.
|
IlvDisplayPoint |
IlvCompositeChartRenderer.getNearestPoint(IlvChartDataPicker picker)
Returns the display point closest to the picking point defined
by the specified data picker.
|
Modifier and Type | Method and Description |
---|---|
protected IlvChartDataPicker |
IlvPopupChartServerAction.createDataPicker(int x,
int y)
Creates the data picker used to retrieve the selected object on the view.
|
protected IlvChartDataPicker |
IlvPickPointAction.createDataPicker(int x,
int y)
Creates a new
IlvChartDataPicker object. |
protected IlvChartDataPicker |
IlvChartPopupMenuSupport.createDataPicker(int x,
int y)
Creates the data picker used to retrieve the selected object on the view.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.