Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.action |
Provides Swing actions that can be added to standard
JMenu s and
JToolBar s. |
ilog.views.chart.renderer |
Contains the predefined chart renderer classes.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvScale.getCoordinateSystem()
Returns the coordinate system formed by this scale axis and its dual
axis.
|
IlvCoordinateSystem |
IlvGrid.getCoordinateSystem()
Returns the coordinate system used by this grid.
|
IlvCoordinateSystem |
IlvChartRenderer.getCoordinateSystem()
Returns the coordinate system to which this renderer is associated.
|
IlvCoordinateSystem |
IlvChartInteractor.getCoordinateSystem()
Returns the
IlvCoordinateSystem owning the
associated y-axis. |
IlvCoordinateSystem |
IlvChart.getCoordinateSystem(int yAxisIdx)
Returns the coordinate system formed by the abscissa axis and the specified
ordinate axis.
|
Modifier and Type | Method and Description |
---|---|
IlvChartProjector |
IlvChart.getLocalProjector2D(Rectangle projRect,
IlvCoordinateSystem coordSys)
Returns a copy of the 2-D projector used by this chart.
|
Shape |
IlvChartProjector.getShape(double value,
IlvDataInterval inter,
int axisType,
Rectangle projRect,
IlvCoordinateSystem coordSys)
Returns the shape corresponding to the specified value.
|
Shape |
IlvChartProjector.getShape(double value,
int axisType,
Rectangle projRect,
IlvCoordinateSystem coordSys)
Returns the shape corresponding to the specified value.
|
Shape |
IlvChartProjector.getShape(IlvDataWindow dataWindow,
Rectangle projRect,
IlvCoordinateSystem coordSys)
Returns the shape corresponding to the specified data window.
|
void |
IlvChartProjector.toData(IlvDoublePoints pts,
Rectangle projRect,
IlvCoordinateSystem coordSys)
Maps the specified points from display coordinates to data
coordinates.
|
IlvDataWindow |
IlvChartProjector.toDataWindow(Rectangle rect,
Rectangle projRect,
IlvCoordinateSystem coordSys)
Returns the data window enclosed by the specified bounding
rectangle, expressed in projected space.
|
void |
IlvChartRenderer.toDisplay(IlvDoublePoints pts,
IlvChartProjector proj,
Rectangle plotRect,
IlvCoordinateSystem coordSys)
Projects points using this renderer coordinate system
and projector area.
|
void |
IlvChartProjector.toDisplay(IlvDoublePoints pts,
Rectangle projRect,
IlvCoordinateSystem coordSys)
Maps the specified points from data coordinates to display
coordinates.
|
Rectangle |
IlvChartProjector.toRectangle(IlvDataWindow dataWindow,
Rectangle projRect,
IlvCoordinateSystem coordSys)
Returns the bounding rectangle enclosing the specified data window.
|
Modifier and Type | Method and Description |
---|---|
IlvCoordinateSystem |
IlvChartAction.getCoordinateSystem()
Returns the
IlvCoordinateSystem owning the
associated y-axis or null if no chart has been attached. |
Modifier and Type | Method and Description |
---|---|
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 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.