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.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvChartDecoration
Represents a graphical decoration that can be added to an
IlvChart . |
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 |
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 | Method and Description |
---|---|
Iterator<IlvChartDrawable> |
IlvChart.getDrawableIterator()
Returns an iterator over the
IlvChartDrawable objects managed
by this chart. |
Iterator<IlvChartDrawable> |
IlvChart.getReversedDrawableIterator()
Returns an iterator over the
IlvChartDrawable objects managed
by this chart. |
Modifier and Type | Method and Description |
---|---|
boolean |
IlvChartPrintContext.isVisible(IlvChartDrawable drawable)
Returns whether the specified drawable object should be printed on this
page.
|
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. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.