IlvChart
.See: Description
Interface | Description |
---|---|
IlvChartServerAction |
The
IlvChartServerAction interface should be implemented by objects
that need to be notified of named actions requested from the client. |
IlvImageEncoder |
The
IlvImageEncoder interface defines the behavior of a class
that can encode an Image onto an HttpServletResponse . |
IlvIMapAttributes |
Defines the actions that are executed in the browser (client side)
when the user hovers over or clicks in a certain area.
|
Class | Description |
---|---|
IlvAbstractChartHitmapInfoGenerator |
This class is the superclass of all classes that generate hitmap information
for Charts.
|
IlvAbstractChartNavigationInfoGenerator |
A specialized class of hitmap information generator.
|
IlvAbstractChartTooltipInfoGenerator |
A specialized class of hitmap information generator.
|
IlvChartHitmap |
This class contains a hitmap, plus hitmap info for the tooltip interactor.
|
IlvChartHitmapAccumulator |
This class accumulates a hitmap, plus hitmap info for the tooltip interactor.
|
IlvChartHitmapDefinition |
This class defines how a hitmap and the hitmap infos of a chart is constructed.
|
IlvChartHitmapSupport |
This class generates hitmaps and related information.
|
IlvChartPopupMenuSupport |
This class is the chart specific servlet support for dynamic pop-up menu requests from the client.
|
IlvChartServerActionEvent |
A
ServerActionEvent is sent to all IlvChartServerAction s
that are registered on the server side when an action is requested from the
client. |
IlvChartServerActionParser |
The
IlvChartServerActionParser class is used to parse the
server action annotation of the servlet. |
IlvChartServlet |
An abstract servlet that can respond to HTTP requests to
generate an image from an
chart |
IlvChartServletParameterHandlerFactory |
The class returns the parameter handler for requests
handled by
IlvChartServletSupport . |
IlvChartServletParameterValidationListener |
The class is designed to work as the parameter validation listener
for dealing with requests handled by
IlvChartServletSupport . |
IlvChartServletSupport |
The
IlvChartServletSupport class is the core class of the Chart Servlet
framework. |
IlvChartSessionAttribute | |
IlvComponentSessionAttribute |
The
IlvComponentSessionAttribute class acts as a proxy for a
GUI component bound to an HttpSession . |
IlvDefaultChartHitmapDefinition |
This class defines a default way for constructing a hitmap and the hitmap
infos of a chart.
|
IlvDefaultChartNavigationInfoGenerator |
The default generator for keyboard navigation info in a chart.
|
IlvDefaultChartToolTip |
This class implements a simple tooltip, consisting of two lines of text:
a title and a main information line.
|
IlvDefaultChartTooltipInfoGenerator |
The default generator for tooltip information in a chart.
|
IlvDefaultIMapAttributes |
The
IlvDefaultIMapAttributes class holds information about
the HREF and TITLE attributes of an image map area. |
IlvDefaultIMapDefinition |
The
IlvDefaultIMapDefinition class can be used to generate image
maps by specifying an association between data sets and area attributes. |
IlvImageMapBuilder |
The
IlvImageMapBuilder class is used to generate client-side
image maps from an IlvChart . |
IlvIMapArea |
Represents an area of an image map.
|
IlvIMapDefinition |
Defines how images maps are generated from chart renderers.
|
IlvJPEGEncoder |
An
IlvJPEGEncoder encodes an Image in JPEG format
onto an HttpServletResponse . |
IlvOverviewAction |
An
IlvChartServerAction that handles overview interactions. |
IlvPanAction |
A class to pan the chart area on the server side.
|
IlvParameterUtil |
The
IlvParameterUtil class consists of static methods that
are of general use when parsing parameter values. |
IlvPickPointAction |
A class to perform data point picking on the server side.
|
IlvPNGEncoder |
An
IlvPNGEncoder encodes an Image in PNG format
onto an HttpServletResponse . |
IlvPopupChartServerAction |
This action must be registered on the chart servlet support in order to support the pop-up menus.
|
IlvServletConfigParameters |
The
IlvServletConfigParameters class represents the named
parameters of a ServletConfig . |
IlvServletContextParameters |
The
IlvServletContextParameters class represents the named
parameters of a ServletContext . |
IlvServletParameters |
The
IlvServletParameters class represents a read-only collection
of parameter name-value string pairs. |
IlvServletRequestParameters |
The
IlvServletRequestParameters class represents the named
parameters parsed from an individual ServletRequest . |
IlvServletUtil |
The
IlvServletUtil class consists of static methods that
are of general use when writing servlets. |
IlvZoomAction |
An IlvChartServerAction implementation to zoom in or out a chart.
|
Exception | Description |
---|---|
IlvParameterException |
This class is used to report exceptions encountered when parsing parameters.
|
IlvChart
.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.