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.schedule |
Contains the main Schedule Data chart classes that display numerical information
derived from Gantt data models.
|
Modifier and Type | Method and Description |
---|---|
List<IlvChartDecoration> |
IlvChart.getDecorations()
Returns a copy of the list of decorations displayed by this chart.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChart.addDecoration(IlvChartDecoration decoration)
Adds the specified decoration to this chart.
|
void |
IlvChart.removeDecoration(IlvChartDecoration decoration)
Removes the specified decoration from this chart.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChart.setDecorations(List<IlvChartDecoration> decorations)
Sets the decorations displayed by this chart.
|
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 | Method and Description |
---|---|
List<IlvChartDecoration> |
IlvScheduleDataChart.getDecorations()
Returns a copy of the list of decorations displayed by this chart.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvScheduleDataChart.addDecoration(IlvChartDecoration decoration)
Adds the specified decoration to this chart.
|
void |
IlvScheduleDataChart.removeDecoration(IlvChartDecoration decoration)
Removes the specified decoration from this chart.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvScheduleDataChart.setDecorations(List<IlvChartDecoration> decorations)
Sets the decorations displayed by this chart.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.