Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.accessibility |
Contains classes for the accessible elements of a chart.
|
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.
|
ilog.views.chart.datax.adapter.sort |
Provides interfaces and algorithms for sorting of 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.tree |
Provides object models with a tree structure.
|
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 | Method and Description |
---|---|
IlvObjectModelWithColumns |
IlvDisplayObjectArea.getModel()
Returns the model to which the object represented by this area belongs.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvChartRenderer.drawSelectionHandles(Graphics g,
IlvHandlesSelectionStyle style,
IlvObjectModelWithColumns model,
Object object)
Draws a data object with selection handles.
|
Constructor and Description |
---|
IlvDisplayObjectArea(IlvChartRenderer renderer,
IlvObjectModelWithColumns model,
Object object)
Creates a new
IlvDisplayObjectArea object associated with
the specified renderer and data object. |
IlvDisplayObjectArea(IlvChartRenderer renderer,
IlvObjectModelWithColumns model,
Object object,
Shape shape)
Creates a new
IlvDisplayObjectArea object associated with
the specified renderer and data object, represented by the given shape. |
Modifier and Type | Method and Description |
---|---|
IlvObjectModelWithColumns |
IlvAccessibleDataObject.getModel()
Returns the model to which the data object belongs.
|
Constructor and Description |
---|
IlvAccessibleDataObject(IlvChartRenderer renderer,
IlvObjectModelWithColumns model,
Object object)
Creates an
IlvAccessibleDataObject object associated with
the specified renderer and data object. |
Modifier and Type | Class and Description |
---|---|
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 |
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 |
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 |
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 |
IlvTreeListToFlatListModel
This class implements an
IlvFlatListModel , 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 |
IlvTreeToTreeListModel
This class implements an
IlvTreeListModel , based on a
Swing TreeModel . |
Modifier and Type | Method and Description |
---|---|
IlvObjectModelWithColumns |
IlvClusterNode.getPartitionedModel()
Returns the model in which the cluster identified by this node is
introduced.
|
Modifier and Type | Method and Description |
---|---|
IlvObjectModelWithColumns |
IlvColumnValuePartitioner.getModel()
Returns the model being partitioned.
|
IlvObjectModelWithColumns |
IlvColumnValueClusterId.getModel()
Returns the model in which the column values are stored.
|
Modifier and Type | Method and Description |
---|---|
IlvPartitioner<IlvIntervalClusterId> |
IlvUniformScalePartitionerFactory.createPartitioner(IlvObjectModelWithColumns model) |
IlvPartitioner<IlvStringClusterId> |
IlvStringPartitionerFactory.createPartitioner(IlvObjectModelWithColumns model) |
IlvPartitioner<IlvPathClusterId> |
IlvPathPartitionerFactory.createPartitioner(IlvObjectModelWithColumns model) |
IlvPartitioner<CIT> |
IlvPartitionerFactory.createPartitioner(IlvObjectModelWithColumns model)
Returns a partitioner for the given model.
|
IlvPartitioner<IlvPathClusterId> |
IlvHostnamePartitionerFactory.createPartitioner(IlvObjectModelWithColumns model) |
IlvPartitioner<IlvDateClusterId> |
IlvDatePartitionerFactory.createPartitioner(IlvObjectModelWithColumns model) |
IlvPartitioner<IlvIntervalClusterId> |
IlvCustomScalePartitionerFactory.createPartitioner(IlvObjectModelWithColumns model) |
Constructor and Description |
---|
IlvColumnValueClusterId(IlvObjectModelWithColumns model,
IlvDataColumnInfo column)
Creates an instance of this class.
|
IlvColumnValuePartitioner(IlvObjectModelWithColumns model,
IlvDataColumnInfo column)
Creates an instance of this class.
|
IlvCustomScalePartitioner(IlvObjectModelWithColumns model,
IlvDataColumnInfo column,
List<? extends Number> thresholds)
Creates an instance of this class.
|
IlvDateClusterId(IlvObjectModelWithColumns model,
IlvDataColumnInfo column,
int calendarField,
int calendarFieldValue)
Creates an instance of this class.
|
IlvDateClusterId(IlvObjectModelWithColumns model,
IlvDataColumnInfo column,
int calendarField,
int calendarFieldValue,
Locale locale)
Creates an instance of this class.
|
IlvDateClusterId(IlvObjectModelWithColumns model,
IlvDataColumnInfo column,
int calendarField,
int calendarFieldValue,
ULocale locale)
Creates an instance of this class.
|
IlvDatePartitioner(IlvObjectModelWithColumns model,
IlvDataColumnInfo column,
int[] calendarFields)
Creates an instance of this class.
|
IlvDatePartitioner(IlvObjectModelWithColumns model,
IlvDataColumnInfo column,
int[] calendarFields,
Locale locale)
Deprecated.
This method ignores the calendar specification in the
ULocale . Please use
IlvDatePartitioner.IlvDatePartitioner(IlvObjectModelWithColumns, IlvDataColumnInfo, int[], ULocale)
instead. |
IlvDatePartitioner(IlvObjectModelWithColumns model,
IlvDataColumnInfo column,
int[] calendarFields,
Locale locale,
Calendar calendar)
Creates an instance of this class.
|
IlvDatePartitioner(IlvObjectModelWithColumns model,
IlvDataColumnInfo column,
int[] calendarFields,
ULocale locale)
Creates an instance of this class.
|
IlvDatePartitioner(IlvObjectModelWithColumns model,
IlvDataColumnInfo column,
int[] calendarFields,
ULocale locale,
Calendar calendar)
Creates an instance of this class.
|
IlvHostnamePartitioner(IlvObjectModelWithColumns model,
IlvDataColumnInfo column)
Creates an instance of this class.
|
IlvIntervalClusterId(IlvObjectModelWithColumns model,
IlvDataColumnInfo column,
double lowerBound,
double upperBound)
Creates an instance of this class.
|
IlvPathClusterId(IlvObjectModelWithColumns model,
IlvDataColumnInfo column,
String fullPath,
String lastPathComponent)
Creates an instance of this class.
|
IlvPathPartitioner(IlvObjectModelWithColumns model,
IlvDataColumnInfo column,
String separators,
boolean ignoreLeadingSeparators,
boolean ignoreTrailingSeparators,
int maxDepth,
boolean uniqueKeys)
Creates an instance of this class.
|
IlvStringClusterId(IlvObjectModelWithColumns model,
IlvDataColumnInfo column,
String columnValue)
Creates an instance of this class.
|
IlvStringPartitioner(IlvObjectModelWithColumns model,
IlvDataColumnInfo column)
Creates an instance of this class.
|
IlvUniformScalePartitioner(IlvObjectModelWithColumns model,
IlvDataColumnInfo column,
int depth,
int subIntervalCount)
Creates an instance of this class.
|
Modifier and Type | Method and Description |
---|---|
IlvObjectModelWithColumns |
IlvColumnValueComparator.getModel()
Returns the model whose objects are compared.
|
Modifier and Type | Method and Description |
---|---|
Comparator |
IlvLexicographicComparatorFactory.createComparator(IlvObjectModelWithColumns model)
Returns a comparator for the objects of the given model.
|
Comparator |
IlvConstantComparatorFactory.createComparator(IlvObjectModelWithColumns model)
Returns a comparator for the objects of the given model.
|
Comparator |
IlvComparatorFactory.createComparator(IlvObjectModelWithColumns model)
Returns a comparator for the objects of the given model.
|
Comparator |
IlvColumnValueComparatorFactory.createComparator(IlvObjectModelWithColumns model)
Returns a comparator for the objects of the given model.
|
Constructor and Description |
---|
IlvClusterIdComparator(IlvObjectModelWithColumns partitionedModel)
Creates a comparator that sorts cluster nodes that were introduced in a
given model.
|
IlvClusterIdComparator(IlvObjectModelWithColumns partitionedModel,
Comparator<? super CIT> idComparator,
int nonClusterPosition)
Creates a comparator that sorts cluster nodes that were introduced in a
given model.
|
IlvColumnValueComparator(IlvObjectModelWithColumns model,
IlvDataColumnInfo column)
Creates a comparator that uses a given column to compare objects of a
given model.
|
IlvColumnValueComparator(IlvObjectModelWithColumns model,
IlvDataColumnInfo column,
Comparator comparator,
boolean inverted)
Creates a comparator that uses a given column to compare objects of a
given model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlvFlatListModel
This interface represents data that can be viewed through a
structured chart in an object-oriented way.
|
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 | Interface and Description |
---|---|
interface |
IlvFlatSetModel
This interface represents data that can be viewed through a
structured chart in an object-oriented way.
|
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 | Interface and Description |
---|---|
interface |
IlvTreeModelWithColumns
This is a superinterface of all object-based tree-shaped models that have
a list of columns, denoting object attributes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlvTreeListModel
This interface represents data that can be viewed through a
structured chart in an object-oriented way.
|
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 | Interface and Description |
---|---|
interface |
IlvTreeSetModel
This interface represents data that can be viewed through a
structured chart in an object-oriented way.
|
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 |
---|---|
void |
IlvTreemapChartRenderer.drawSelectionHandles(Graphics g,
IlvHandlesSelectionStyle style,
IlvObjectModelWithColumns model,
Object object)
Draws a data object with selection handles.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.