Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
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 | Method and Description |
---|---|
void |
IlvScale.drawIntoHitmap(IlvChartHitmapDefinition definition,
IlvChartHitmapAccumulator accumulator)
Draws the rendering into a hitmap.
|
protected void |
IlvLegendItem.drawIntoHitmap(IlvChartHitmapDefinition definition,
IlvChartHitmapAccumulator accumulator)
Draws this item as an object into the hitmap.
|
void |
IlvLegend.drawIntoHitmap(IlvChartHitmapDefinition definition,
IlvChartHitmapAccumulator accumulator)
Draws the rendering into a hitmap.
|
void |
IlvChartRenderer.drawIntoHitmap(IlvChartHitmapDefinition definition,
IlvChartHitmapAccumulator accumulator)
Draws the rendering into a hitmap.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvTreemapChartRenderer.drawIntoHitmap(IlvChartHitmapDefinition definition,
IlvChartHitmapAccumulator accumulator)
Draws the rendering into a hitmap.
|
void |
IlvSingleChartRenderer.drawIntoHitmap(IlvChartHitmapDefinition definition,
IlvChartHitmapAccumulator accumulator)
Draws the rendering into a hitmap.
|
void |
IlvCompositeChartRenderer.drawIntoHitmap(IlvChartHitmapDefinition definition,
IlvChartHitmapAccumulator accumulator)
Draws the rendering into a hitmap.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvDefaultChartHitmapDefinition.drawIntoHitmap(IlvChart chart,
IlvChartHitmapAccumulator accumulator)
Draws interactive effects for the entire chart into the hitmap.
|
abstract void |
IlvChartHitmapDefinition.drawIntoHitmap(IlvChart chart,
IlvChartHitmapAccumulator accumulator)
Draws interactive effects for the entire chart into the hitmap.
|
void |
IlvDefaultChartHitmapDefinition.drawIntoHitmap(IlvChart chart,
IlvChartRenderer renderer,
IlvChartHitmapAccumulator accumulator)
Draws interactive effects for a given renderer into the hitmap.
|
abstract void |
IlvChartHitmapDefinition.drawIntoHitmap(IlvChart chart,
IlvChartRenderer renderer,
IlvChartHitmapAccumulator accumulator)
Draws interactive effects for a given renderer into the hitmap.
|
void |
IlvDefaultChartHitmapDefinition.drawIntoHitmap(IlvChart chart,
IlvScale scale,
IlvChartHitmapAccumulator accumulator)
Draws interactive effects for a given scale into the hitmap.
|
abstract void |
IlvChartHitmapDefinition.drawIntoHitmap(IlvChart chart,
IlvScale scale,
IlvChartHitmapAccumulator accumulator)
Draws interactive effects for a given scale into the hitmap.
|
void |
IlvDefaultChartHitmapDefinition.drawIntoHitmap(IlvLegend legend,
IlvChartHitmapAccumulator accumulator)
Draws interactive effects for the legend into the hitmap.
|
abstract void |
IlvChartHitmapDefinition.drawIntoHitmap(IlvLegend legend,
IlvChartHitmapAccumulator accumulator)
Draws interactive effects for the legend into the hitmap.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.