Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.data |
Contains classes related to the Chart data model.
|
ilog.views.chart.data.lod |
Contains classes related to the load-on-demand mechanism.
|
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 |
---|---|
IlvDoublePoints |
IlvChart3DView.toDisplay(IlvDoublePoints pts,
int yAxis,
double z)
Projects the specified points.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDoublePoints.add(IlvDoublePoints pts)
Appends the contents of the specified object.
|
void |
IlvChartRenderer.toData(IlvDoublePoints pts)
Inverses project points using this renderer coordinate system
and projector area.
|
void |
IlvChart.toData(IlvDoublePoints pts)
Maps the specified points from display coordinates to data coordinates,
using the main y-axis.
|
void |
IlvChart.toData(IlvDoublePoints pts,
int yAxis)
Maps the specified points from display coordinates to data coordinates,
using the specified y-axis.
|
void |
IlvChartProjector.toData(IlvDoublePoints pts,
Rectangle projRect,
IlvCoordinateSystem coordSys)
Maps the specified points from display coordinates to data
coordinates.
|
void |
IlvChartRenderer.toDisplay(IlvDoublePoints pts)
Projects points using this renderer coordinate system
and projector area.
|
void |
IlvChart.toDisplay(IlvDoublePoints pts)
Maps the specified points from data coordinates to display coordinates,
using the main y-axis.
|
void |
IlvChartRenderer.toDisplay(IlvDoublePoints pts,
IlvChartProjector proj,
Rectangle plotRect,
IlvCoordinateSystem coordSys)
Projects points using this renderer coordinate system
and projector area.
|
void |
IlvChart.toDisplay(IlvDoublePoints pts,
int yAxis)
Maps the specified points from data coordinates to display coordinates,
using the specified y-axis.
|
IlvDoublePoints |
IlvChart3DView.toDisplay(IlvDoublePoints pts,
int yAxis,
double z)
Projects the specified points.
|
void |
IlvChartProjector.toDisplay(IlvDoublePoints pts,
Rectangle projRect,
IlvCoordinateSystem coordSys)
Maps the specified points from data coordinates to display
coordinates.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDataPoints
Holds the values of several data points.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDataTile.setData(IlvDoublePoints dataPts)
Fills the tile with the specified data.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IlvChartPanInteractor.pan(IlvDoublePoints oldPos,
IlvDoublePoints newPos)
Called by the
processMouseMotionEvent method to pan the
chart. |
protected void |
IlvChartLocalPanInteractor.pan(IlvDoublePoints oldPos,
IlvDoublePoints newPos)
Called when a pan occurs.
|
protected void |
IlvChartLocalReshapeInteractor.validate(IlvDoublePoints points)
Called by the
processXXXXEvent methods to validate the new
bounds given as parameter. |
protected void |
IlvChartEditPointInteractor.validate(IlvDoublePoints pt,
IlvDisplayPoint dpt)
Called to validate the new position.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvTreemapChartRenderer.toData(IlvDoublePoints pts)
This method is not supported by this renderer, because it does not
have the notion of a coordinate system.
|
void |
IlvTreemapChartRenderer.toDisplay(IlvDoublePoints pts)
This method is not supported by this renderer, because it does not
have the notion of a coordinate system.
|
void |
IlvSingleChartRenderer.toDisplay(IlvDoublePoints pts)
Projects points using this renderer coordinate system and projector area.
|
void |
IlvTreemapChartRenderer.toDisplay(IlvDoublePoints pts,
IlvChartProjector proj,
Rectangle plotRect,
IlvCoordinateSystem coordSys)
Projects points using this renderer coordinate system
and projector area.
|
void |
IlvSingleChartRenderer.toDisplay(IlvDoublePoints pts,
IlvChartProjector proj,
Rectangle plotRect,
IlvCoordinateSystem coordSys)
Projects points using this renderer coordinate system and projector area.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.