Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.event |
Provides interfaces and classes for dealing with different types of events fired by main Chart classes.
|
ilog.views.chart.interactor |
Contains the predefined chart interactor classes.
|
ilog.views.schedule |
Contains the main Schedule Data chart classes that display numerical information
derived from Gantt data models.
|
ilog.views.schedule.interactor |
Contains interactors for the Schedule Data charts.
|
Modifier and Type | Method and Description |
---|---|
static IlvChartInteractor |
IlvChartInteractor.create(String interName)
Creates a new interactor object according to a name.
|
static IlvChartInteractor |
IlvChartInteractor.create(String interName,
boolean exception)
Creates a new interactor object according to a name.
|
IlvChartInteractor[] |
IlvChart.getInteractors()
Returns all the interactors installed on the chart.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChart.addInteractor(IlvChartInteractor inter)
Adds a new interactor.
|
void |
IlvChartInteractor.interactionStarted(IlvChartInteractor inter,
MouseEvent event)
Called when the given interactor is about to start an interaction
on the given event.
|
void |
IlvChart.removeInteractor(IlvChartInteractor inter)
Removes an interactor.
|
void |
IlvChart.setInteractors(IlvChartInteractor[] inters)
Sets the interactors.
|
Modifier and Type | Method and Description |
---|---|
IlvChartInteractor |
ChartInteractionEvent.getInteractor()
Returns the interactor that fires the event.
|
Modifier and Type | Method and Description |
---|---|
void |
ChartInteractionEvent.setInteractor(IlvChartInteractor inter)
Sets the interactor that fires the event.
|
Constructor and Description |
---|
ChartHighlightInteractionEvent(IlvChartInteractor inter,
IlvDisplayPoint pt,
boolean highlighted)
Creates a new
ChartHighlightInteractionEvent object. |
ChartInteractionEvent(IlvChartInteractor inter,
IlvDisplayPoint pt)
Creates a new
ChartInteractionEvent object. |
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 | Method and Description |
---|---|
void |
IlvChartInfoViewInteractor.interactionStarted(IlvChartInteractor inter,
MouseEvent event)
Called when the given interactor is about to start an interaction
on the given event.
|
void |
IlvChartEditPointInteractor.interactionStarted(IlvChartInteractor inter,
MouseEvent event)
Called when the given interactor is about to start an interaction
on the given event.
|
Modifier and Type | Method and Description |
---|---|
IlvChartInteractor[] |
IlvScheduleDataChart.getInteractors()
Returns all the interactors installed on the chart.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvScheduleDataChart.addInteractor(IlvChartInteractor inter)
Adds a new interactor.
|
void |
IlvScheduleDataChart.removeInteractor(IlvChartInteractor inter)
Removes an interactor.
|
void |
IlvScheduleDataChart.setInteractors(IlvChartInteractor[] inters)
Sets the interactors.
|
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.