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.adapter.partition |
Provides interfaces and algorithms for partitioning of data models.
|
Modifier and Type | Method and Description |
---|---|
IlvPartitionerFactory<?>[] |
IlvTreeTableDataSource.getPartitionerFactories()
Returns the partitioning rules that determine how objects are
grouped together.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvTreeTableDataSource.setPartitionerFactories(IlvPartitionerFactory<?>[] partitionerFactories)
Changes the partitioning rules that determine how objects are
grouped together.
|
Constructor and Description |
---|
IlvFlatListToTreeListModel(IlvFlatListModel model,
IlvPartitionerFactory<CIT>[] partitionerFactories,
Comparator<? super CIT> idComparator,
int nonClusterPosition)
Creates an
IlvTreeListModel from an
IlvFlatListModel and a list of partitioner factories. |
IlvFlatListToTreeListModel(IlvFlatListModel model,
IlvPartitionerFactory<CIT>[] partitionerFactories,
Comparator<? super CIT> idComparator,
int nonClusterPosition,
int eventsMaskHint)
Creates an
IlvTreeListModel from an
IlvFlatListModel and a list of partitioner factories. |
IlvFlatListToTreeListModel(IlvFlatListModel model,
IlvPartitionerFactory<CIT> partitionerFactory,
Comparator<? super CIT> idComparator,
int nonClusterPosition)
Creates an
IlvTreeListModel from an
IlvFlatListModel and a partitioner factory. |
IlvFlatListToTreeListModel(IlvFlatListModel model,
IlvPartitionerFactory<CIT> partitionerFactory,
Comparator<? super CIT> idComparator,
int nonClusterPosition,
int eventsMaskHint)
Creates an
IlvTreeListModel from an
IlvFlatListModel and a partitioner factory. |
IlvFlatSetToTreeSetModel(IlvFlatSetModel model,
IlvPartitionerFactory partitionerFactory)
Creates an
IlvTreeSetModel from an
IlvFlatSetModel and a partitioner factory. |
IlvFlatSetToTreeSetModel(IlvFlatSetModel model,
IlvPartitionerFactory[] partitionerFactories)
Creates an
IlvTreeSetModel from an
IlvFlatSetModel and a list of partitioner factories. |
IlvFlatSetToTreeSetModel(IlvFlatSetModel model,
IlvPartitionerFactory[] partitionerFactories,
int eventsMaskHint)
Creates an
IlvTreeSetModel from an
IlvFlatSetModel and a list of partitioner factories. |
IlvFlatSetToTreeSetModel(IlvFlatSetModel model,
IlvPartitionerFactory partitionerFactory,
int eventsMaskHint)
Creates an
IlvTreeSetModel from an
IlvFlatSetModel and a partitioner factory. |
Modifier and Type | Class and Description |
---|---|
class |
IlvCustomScalePartitionerFactory
This class provides a partitioner that partitions a set of objects according
to where the numerical value of a model column falls in a custom scale.
|
class |
IlvDatePartitionerFactory
This class provides a partitioner that partitions a set of objects according
to specific date fields of the value of a model column.
|
class |
IlvFilenamePartitionerFactory
This class provides a partitioner that partitions a set of objects according
to the value of a model column, interpreted as a filename.
|
class |
IlvHostnamePartitionerFactory
This class provides a partitioner that partitions a set of objects according
to the value of a model column, interpreted as a hostname (fully qualified
host name or IP address).
|
class |
IlvPathPartitionerFactory
This class provides a partitioner that partitions a set of objects according
to the value of a model column, interpreted as a string with separators
called "path".
|
class |
IlvStringPartitionerFactory
This class provides a partitioner that partitions a set of objects according
to the value of a model column, as a string.
|
class |
IlvUniformScalePartitionerFactory
This class provides a partitioner that partitions a set of objects according
to the value of a model column, as a number, by dividing the value range
[min,max] into intervals of equal length.
|
class |
IlvURLPartitionerFactory
This class provides a partitioner that partitions a set of objects according
to the value of a model column, interpreted as a URL.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.