Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.renderer |
Contains the predefined chart renderer classes.
|
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.
|
IlvChartProjector |
IlvChart.getProjector()
Returns the projector used by this chart.
|
IlvChartProjector |
IlvChart.getProjector2D()
Returns the 2-D projector used by this chart.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChartRenderer.toDisplay(IlvDoublePoints pts,
IlvChartProjector proj,
Rectangle plotRect,
IlvCoordinateSystem coordSys)
Projects points using this renderer coordinate system
and projector area.
|
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 Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.