Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.graphic |
Provides classes to customize the graphical aspect of a chart.
|
ilog.views.chart.interactor |
Contains the predefined chart interactor classes.
|
ilog.views.chart.renderer |
Contains the predefined chart renderer classes.
|
ilog.views.schedule.interactor |
Contains interactors for the Schedule Data charts.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlvChartDrawable
Common interface for objects that are drawn by the
chart area component of an
IlvChart . |
Modifier and Type | Class and Description |
---|---|
class |
IlvChartDecoration
Represents a graphical decoration that can be added to an
IlvChart . |
class |
IlvChartInteractor
This abstract class is the base class of all the interactors.
|
class |
IlvChartOwnedDrawable
This class denotes an object that is drawn as part of the chart area
component, and that may be "owned" by a chart.
|
class |
IlvChartRenderer
Base class for objects that render data sets.
|
class |
IlvGrid
Represents a grid that can be associated with a chart axis.
|
class |
IlvScale
Represents a scale that can be connected to a chart axis.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDataIndicator
Represents a graphical indicator of data values.
|
class |
IlvGraphicDecoration
A class that displays an
IlvGraphic , a graphic object in the
JViews Framework sense, as a chart decoration. |
class |
IlvImageDecoration
A class to display images as chart decorations.
|
class |
IlvLabelDecoration
A class to display a label as a chart decoration.
|
class |
IlvPositionableDecoration
A chart decoration that can be freely positioned at any place in the chart
area.
|
class |
IlvThresholdIndicator
An
IlvDataIndicator subclass that defines threshold lines and ranges. |
Modifier and Type | Class and Description |
---|---|
class |
IlvChart3DViewInteractor
An interactor to change the view angles and the zooming factor of a 3D chart.
|
class |
IlvChartActionInteractor
An interactor to execute simple keyboard interactions implemented
by
IlvChartAction objects. |
class |
IlvChartCycleSelectInteractor
This class allows the user to navigate through the accessible elements of
a chart area (scales, renderers, data sets, data points, and data objects).
|
class |
IlvChartDataIndicatorInteractor
A class to interact on an
IlvDataIndicator . |
class |
IlvChartDataInteractor
The abstract base class for chart data manipulation.
|
class |
IlvChartEditPointInteractor
An interactor to modify the points of a data set.
|
class |
IlvChartHighlightInteractor
An interactor that notifies the listeners when the mouse cursor is
over a point.
|
class |
IlvChartInfoViewInteractor
An interactor that displays an information tooltip when the mouse cursor is
over a chart point.
|
class |
IlvChartLocalPanInteractor
An interactor to translate the data window of an
IlvLocalZoomAxisTransformer . |
class |
IlvChartLocalReshapeInteractor
An interactor to reshape the data window of an axis
IlvLocalZoomAxisTransformer . |
class |
IlvChartLocalZoomInteractor
An interactor to change the zoom factor of an axis
IlvLocalZoomAxisTransformer . |
class |
IlvChartPanInteractor
An interactor to pan the chart area.
|
class |
IlvChartPickInteractor
An interactor that fires an event when a point is picked.
|
class |
IlvChartScrollInteractor
An abstract class that defines an interface to handle the scrolling of an
axis by using the keyboard.
|
class |
IlvChartXScrollInteractor
An interactor that handles the scroll along the X-axis using the keyboard.
|
class |
IlvChartYScrollInteractor
An interactor that handles the scroll along the Y-axis using the keyboard.
|
class |
IlvChartZoomInteractor
An interactor to zoom a specific chart area.
|
class |
IlvTreemapChartFocusInteractor
An interactor that provides a kind of "drill down" for a treemap.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAreaChartRenderer
A renderer displaying areas.
|
class |
IlvBarChartRenderer
A renderer displaying bars.
|
class |
IlvBubbleChartRenderer
A renderer displaying bubble charts.
|
class |
IlvComboChartRenderer
A Renderer that handles multiple representations from a CSS style sheet.
|
class |
IlvCompositeChartRenderer
A chart renderer, implemented as a list of child renderers.
|
class |
IlvHiLoChartRenderer
A renderer displaying superimposed High/Low renderers.
|
class |
IlvPieChartRenderer
A renderer displaying pie and doughnut charts.
|
class |
IlvPolylineChartRenderer
A renderer displaying polylines.
|
class |
IlvScatterChartRenderer
A renderer displaying several scatter charts.
|
class |
IlvSimpleChartRenderer
The
IlvSimpleChartRenderer is the base class for all atomic
renderers of the entire data source. |
class |
IlvSimpleCompositeChartRenderer
The
IlvSimpleCompositeChartRenderer is the base class for simple composite renderers. |
class |
IlvSingleAreaRenderer
Renders a data set with an area chart.
|
class |
IlvSingleBarRenderer
Renders a data set with a bar chart.
|
class |
IlvSingleBubbleRenderer
Renders two data sets with a bubble chart.
|
class |
IlvSingleChartRenderer
The
IlvSingleChartRenderer class is the base class for
elementary renderers. |
class |
IlvSingleHiLoRenderer
Renders two data sets that contain corresponding points at the same indices.
|
class |
IlvSinglePieRenderer
Renders a data set with a pie chart.
|
class |
IlvSinglePolylineRenderer
Renders a data set with a polyline chart.
|
class |
IlvSingleScatterRenderer
Renders a data set with scattered graphical markers.
|
class |
IlvSingleStairRenderer
Renders a data set with a stair chart.
|
class |
IlvStairChartRenderer
A renderer displaying stairs.
|
class |
IlvTreemapChartRenderer
A renderer displaying treemap charts.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvScheduleInfoViewInteractor
IlvScheduleInfoViewInteractor is an interactor that displays an
information tooltip when the mouse cursor is over a chart point. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.