Package | Description |
---|---|
ilog.views.chart.servlet |
Provides a Java Servlet that can produce images from an
IlvChart . |
ilog.views.servlet |
Generic Java Servlet to produce images from a JViews Manager.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractChartHitmapInfoGenerator
This class is the superclass of all classes that generate hitmap information
for Charts.
|
class |
IlvAbstractChartNavigationInfoGenerator
A specialized class of hitmap information generator.
|
class |
IlvAbstractChartTooltipInfoGenerator
A specialized class of hitmap information generator.
|
class |
IlvDefaultChartNavigationInfoGenerator
The default generator for keyboard navigation info in a chart.
|
class |
IlvDefaultChartTooltipInfoGenerator
The default generator for tooltip information in a chart.
|
Modifier and Type | Method and Description |
---|---|
IlvHitmapInfoGenerator |
IlvDefaultChartHitmapDefinition.createHitmapInfoGenerator(String infoType,
IlvChartHitmap hitmap)
Creates a
IlvHitmapInfoGenerator instance according to the
hitmap information type. |
abstract IlvHitmapInfoGenerator |
IlvChartHitmapDefinition.createHitmapInfoGenerator(String infoType,
IlvChartHitmap hitmap)
Creates a
IlvHitmapInfoGenerator instance according to the hitmap information type. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractHitmapInfoGenerator
This class is the superclass of all classes that generate hitmap information
for JViews Framework, Diagrammer, Maps, and Gantt.
|
class |
IlvCursorInfoGenerator
This class defines information about which cursor to show over each region
or graphic object.
|
class |
IlvGroupInfoGenerator
Gets the group information for hitmap.
|
class |
IlvNavigationInfoGenerator
The generator for keyboard navigation info in a view.
|
class |
IlvTooltipInfoGenerator
Generates the tooltip content used by a tooltip interactor.
|
Modifier and Type | Method and Description |
---|---|
protected IlvHitmapInfoGenerator |
IlvHitmapDefinition.createHitmapInfoGenerator(String infoType)
Returns the object that will build the hitmap information for the given
hitmap information type.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvHitmapDefinition.registerHitmapInfoGenerator(String infoType,
IlvHitmapInfoGenerator generator)
Registers a hitmap info generator to be used for a given hitmap
information type.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.