Package | Description |
---|---|
ilog.cpl.graph.graphlayout.css |
Provides the classes related to graph layout and link layout per-object parameters in the graph component.
|
ilog.views.graphlayout.circular |
The Circular Layout algorithm displays graphs
representing interconnected ring and/or star network topologies.
|
Modifier and Type | Method and Description |
---|---|
IlvClusterId[] |
IlpCircularLayoutParameters.getClusterIds()
Returns the cluster identifiers for the clusters to which node
belongs.
|
IlvClusterId |
IlpCircularLayoutParameters.getClusterIds(int index)
Returns the cluster identifier of the given index
for the cluster to which this node belongs
|
Modifier and Type | Method and Description |
---|---|
void |
IlpCircularLayoutParameters.setClusterIds(IlvClusterId[] ids)
Sets the cluster identifiers to which node belongs.
|
void |
IlpCircularLayoutParameters.setClusterIds(int index,
IlvClusterId id)
Allows you to add a cluster identifier id to the list of cluster
identifiers to which node belongs.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvClusterName
An object that is used to identify a cluster by a unique name (a
string).
|
class |
IlvClusterNumber
An object that identifies a cluster by a unique integer number.
|
Modifier and Type | Method and Description |
---|---|
IlvClusterId[] |
IlvClusterInfoProperty.getClusterIds()
Returns the array of cluster identifiers stored in the property.
|
IlvClusterId[] |
IlvCircularLayout.getRootClusterIds()
Returns the cluster identifiers (instances of
IlvClusterId ) of the root clusters, as specified using
the method setRootClusterId . |
Modifier and Type | Method and Description |
---|---|
void |
IlvCircularLayout.addClusterId(Object node,
IlvClusterId id)
Allows you to add a cluster identifier
id to the list of
cluster identifiers to which node belongs. |
void |
IlvCircularLayout.addClusterId(Object node,
IlvClusterId id,
int index)
Allows you to add a cluster identifier
id to the list of
cluster identifiers to which node belongs. |
int |
IlvCircularLayout.getIndex(Object node,
IlvClusterId clusterId)
Returns the index of
node with respect to its order on
the cluster that is identified by clusterId . |
void |
IlvCircularLayout.removeClusterId(Object node,
IlvClusterId id)
Removes
node from the cluster id . |
void |
IlvCircularLayout.removeRootClusterId(IlvClusterId clusterId)
Allows you to specify that a cluster is no longer the root of the
connected component of the graph of clusters to which it belongs.
|
void |
IlvCircularLayout.setClusterId(Object node,
IlvClusterId id)
Allows you to specify that
node belongs to a unique
cluster of a given identifier id . |
void |
IlvCircularLayout.setClusterId(Object node,
IlvClusterId id,
int index)
Allows you to specify that
node belongs to a unique
cluster of a given identifier id and is associated with
the integer value index . |
void |
IlvCircularLayout.setRootClusterId(IlvClusterId clusterId)
Allows you to specify a root cluster for the connected component of
the graph of clusters to which it belongs.
|
void |
IlvCircularLayout.setRootClusterIds(IlvClusterId[] clusterIds)
Allows you to specify the root cluster for each connected component of
the graph of clusters.
|
Constructor and Description |
---|
IlvClusterInfoProperty(IlvClusterId[] clusterIds,
int[] indexes,
boolean isStarCenter)
Creates a new
IlvClusterInfoProperty . |
IlvClusterInfoProperty(String name,
IlvClusterId[] clusterIds,
int[] indexes,
boolean isStarCenter)
Creates a new
IlvClusterInfoProperty . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.