Package | Description |
---|---|
ilog.views.chart.data |
Contains classes related to the Chart data model.
|
ilog.views.chart.datax.adapter |
Provides predefined bridges between data models.
|
ilog.views.chart.datax.flat.list |
Provides the flat list model interface and its default implementation.
|
ilog.views.chart.datax.flat.set |
Provides the flat set model interface and its default implementation.
|
ilog.views.chart.datax.flat.table |
Provides the flat table model interface and its default implementation.
|
ilog.views.chart.datax.tree.list |
Provides the tree list model interface and its default implementation.
|
ilog.views.chart.datax.tree.set |
Provides the tree set model interface and its default implementation.
|
ilog.views.chart.renderer |
Contains the predefined chart renderer classes.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvTreeTableDataSource
This class encapsulates a tree-table or table-like model in an
IlvDataSource . |
Modifier and Type | Class and Description |
---|---|
class |
IlvDataSourceToFlatTableModel
This class implements an
IlvFlatTableModel , based on an
IlvDataSource . |
class |
IlvFilteredFlatListModel
This class implements an
IlvFlatListModel , based on another
IlvFlatListModel and an IlvFilter that is used
to select some of the objects. |
class |
IlvFilteredFlatSetModel
This class implements an
IlvFlatSetModel , based on another
IlvFlatSetModel and an IlvFilter that is used
to select some of the objects. |
class |
IlvFilteredTreeListModel
This class implements an
IlvTreeListModel , based on another
IlvTreeListModel and an IlvFilter that is used
to select some of the objects. |
class |
IlvFilteredTreeSetModel
This class implements an
IlvTreeSetModel , based on another
IlvTreeSetModel and an IlvFilter that is used
to select some of the objects. |
class |
IlvFlatListToFlatSetModel
This class implements an
IlvFlatSetModel , based on an
IlvFlatListModel . |
class |
IlvFlatListToFlatTableModel
This class implements an
IlvFlatTableModel , based on an
IlvFlatListModel . |
class |
IlvFlatListToTreeListModel
This class implements an
IlvTreeListModel , based on an
IlvFlatListModel and an IlvPartitionerFactory that
is used to give a tree structure to the list of objects. |
class |
IlvFlatSetToFlatListModel
This class implements an
IlvFlatListModel , based on an
IlvFlatSetModel and a Comparator that is used
to order the objects. |
class |
IlvFlatSetToFlatTableModel
This class implements an
IlvFlatTableModel , based on an
IlvFlatSetModel . |
class |
IlvFlatSetToTreeSetModel
This class implements an
IlvTreeSetModel , based on an
IlvFlatSetModel and an IlvPartitionerFactory that
is used to give a tree structure to the set of objects. |
class |
IlvFlatTableToFlatListModel
This class implements an
IlvFlatListModel , based on an
IlvFlatTableModel . |
class |
IlvListToFlatListModel
This class implements an
IlvFlatListModel , based on a
Swing ListModel . |
class |
IlvListToFlatTableModel
This class implements an
IlvFlatTableModel , based on a
Swing ListModel . |
class |
IlvSortedFlatListModel
This class implements an
IlvFlatListModel , based on another
IlvFlatListModel and a Comparator that is used
to order the objects. |
class |
IlvSortedTreeListModel
This class implements an
IlvTreeListModel , based on another
IlvTreeListModel and a Comparator that is used
to order the children objects of any node in the tree. |
class |
IlvSubTreeListModel
This class represents a subtree of a given
IlvTreeListModel . |
class |
IlvSubTreeSetModel
This class represents a subtree of a given
IlvTreeSetModel . |
class |
IlvTableToFlatTableModel
This class implements an
IlvFlatTableModel , based on a
Swing TableModel . |
class |
IlvTreeListToFlatListModel
This class implements an
IlvFlatListModel , based on an
IlvTreeListModel . |
class |
IlvTreeListToFlatTableModel
This class implements an
IlvFlatTableModel , based on an
IlvTreeListModel . |
class |
IlvTreeListToTreeSetModel
This class implements an
IlvTreeSetModel , based on an
IlvTreeListModel . |
class |
IlvTreeSetToTreeListModel
This class implements an
IlvTreeListModel , based on an
IlvTreeSetModel and a Comparator that is used
to order the children objects of any node in the tree. |
class |
IlvTreeTableToTreeListModel
This class implements an
IlvTreeListModel , based on a
TreeTableModel . |
class |
IlvTreeToFlatTableModel
This class implements an
IlvFlatTableModel , based on a
Swing TreeModel . |
class |
IlvTreeToTreeListModel
This class implements an
IlvTreeListModel , based on a
Swing TreeModel . |
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractFlatListModel
This class is an implementation of the
IlvFlatListModel
interface which handles the notification to listeners of the model. |
class |
IlvBasicFlatListModel
This class is an implementation of the
IlvFlatListModel
interface which handles the notification to listeners of the model and
the management of the columns. |
class |
IlvBufferFlatListModel
This class implements an
IlvFlatListModel that
buffers (caches) the data of a given IlvFlatListModel . |
class |
IlvDefaultFlatListModel
This class is the default implementation of the
IlvFlatListModel interface. |
class |
IlvFilterFlatListModel
This class is a base class for flat object list models that encapsulate
other models.
|
class |
IlvPropertyBasedFlatListModel
This class is an implementation of the
IlvFlatListModel
interface which stores the objects and the column info objects locally
in this instance. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractFlatSetModel
This class is an implementation of the
IlvFlatSetModel
interface which handles the notification to the listeners of the model. |
class |
IlvBasicFlatSetModel
This class is an implementation of the
IlvFlatSetModel
interface which handles the notification to the listeners of the model and
the management of the columns. |
class |
IlvBufferFlatSetModel
This class implements an
IlvFlatSetModel that
buffers (caches) the data of a given IlvFlatSetModel . |
class |
IlvDefaultFlatSetModel
This class is the default implementation of the
IlvFlatSetModel interface. |
class |
IlvFilterFlatSetModel
This class is a base class for flat object set models that encapsulate
other models.
|
class |
IlvPropertyBasedFlatSetModel
This class is an implementation of the
IlvFlatSetModel
interface which stores the objects and the column info objects locally
in this instance. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractFlatTableModel
This class is an implementation of the
IlvFlatTableModel
interface which handles the notification to listeners of the model. |
class |
IlvBasicFlatTableModel
This class is an implementation of the
IlvFlatTableModel
interface which handles the notification to listeners of the model and
the management of the columns. |
class |
IlvBufferFlatTableModel
This class implements an
IlvFlatTableModel that
buffers (caches) the data of a given IlvFlatTableModel . |
class |
IlvDefaultFlatTableModel
This class is the default implementation of the
IlvFlatTableModel interface. |
class |
IlvFilterFlatTableModel
This class is a base class for tabular models that encapsulate other
models.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractTreeListModel
This class is an implementation of the
IlvTreeListModel
interface which handles the notification to listeners of the model. |
class |
IlvBasicTreeListModel
This class is an implementation of the
IlvTreeListModel
interface which handles the notification to listeners of the model and
the management of the columns. |
class |
IlvBufferTreeListModel
This class implements an
IlvTreeListModel that
buffers (caches) the data of a given IlvTreeListModel . |
class |
IlvDefaultTreeListModel
This class is the default implementation of the
IlvTreeListModel interface. |
class |
IlvFilterTreeListModel
This class is a base class for tree-like object list models that encapsulate
other models.
|
class |
IlvPropertyBasedTreeListModel
This class is an implementation of the
IlvTreeListModel
interface which stores the objects and the column info objects locally
in this instance. |
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractTreeSetModel
This class is an implementation of the
IlvTreeSetModel
interface which handles the notification to listeners of the model. |
class |
IlvBasicTreeSetModel
This class is an implementation of the
IlvTreeSetModel
interface which handles the notification to listeners of the model and
the management of the columns. |
class |
IlvBufferTreeSetModel
This class implements an
IlvTreeSetModel that
buffers (caches) the data of a given IlvTreeSetModel . |
class |
IlvDefaultTreeSetModel
This class is the default implementation of the
IlvTreeSetModel interface. |
class |
IlvFilterTreeSetModel
This class is a base class for tree-like object set models that encapsulate
other models.
|
class |
IlvPropertyBasedTreeSetModel
This class is an implementation of the
IlvTreeSetModel
interface which stores the objects and the column info objects locally
in this instance. |
Modifier and Type | Method and Description |
---|---|
abstract IlvContinuousColorDistribution |
IlvValueColorScheme.createContinuousDistribution(IlvTreeListModel model,
IlvDataColumnInfo column,
IlvDataConverter converter)
Chooses and returns a color distribution for a given column of real values
in a model of objects.
|
IlvContinuousColorDistribution |
IlvNormalizedValueColorScheme.createContinuousDistribution(IlvTreeListModel model,
IlvDataColumnInfo column,
IlvDataConverter converter)
Chooses and returns a color distribution for a given column of real values
in a model of objects.
|
abstract IlvContinuousColorDistribution |
IlvNormalizedValueColorScheme.createContinuousDistribution(IlvTreeListModel model,
IlvDataColumnInfo column,
IlvNormalizedValueColorScheme.Evaluator evaluator,
IlvDataConverter converter)
Chooses and returns a color distribution for a given column of real values
in a model of objects.
|
IlvContinuousColorDistribution |
IlvMinMaxNormalizedValueColorScheme.createContinuousDistribution(IlvTreeListModel model,
IlvDataColumnInfo column,
IlvNormalizedValueColorScheme.Evaluator evaluator,
IlvDataConverter converter)
Chooses and returns a color distribution for a given column of real values
in a model of objects.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.