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 | Class and Description |
---|---|
class |
IlvDefaultChartHitmapDefinition
This class defines a default way for constructing a hitmap and the hitmap
infos of a chart.
|
Modifier and Type | Method and Description |
---|---|
IlvChartHitmapDefinition |
IlvDefaultChartTooltipInfoGenerator.getHitmapDefinition()
Returns the hitmap definition.
|
IlvChartHitmapDefinition |
IlvChartHitmapSupport.getHitmapDefinition()
Returns the hitmap definition used by this object.
|
Modifier and Type | Method and Description |
---|---|
String |
IlvChartHitmap.getToolTips(IlvChartHitmapDefinition definition)
Deprecated.
|
void |
IlvChartHitmapSupport.setHitmapDefinition(IlvChartHitmapDefinition definition)
Sets the hitmap definition used by this object.
|
Constructor and Description |
---|
IlvDefaultChartTooltipInfoGenerator(IlvChartHitmapDefinition definition,
IlvChartHitmap hitmap)
Creates an instance, parameterized by a given
IlvChartHitmapAccumulator object and bound to a given
IlvChartHitmapAccumulator instance. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.