Package | Description |
---|---|
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.views.graphlayout |
A high-level, generic framework for the graph layout services provided
by JViews, which allows you to easily obtain readable representations
of graphs and networks.
|
ilog.views.graphlayout.basic |
This package contains base classes for other layout algorithms.
|
ilog.views.graphlayout.bus |
The Bus Layout algorithm is designed to display bus network
topologies, that is, a set of nodes connected to a
bus node.
|
ilog.views.graphlayout.circular |
The Circular Layout algorithm displays graphs
representing interconnected ring and/or star network topologies.
|
ilog.views.graphlayout.grid |
The Grid Layout arranges the nodes either in the cells of a matrix (grid), or by rows or columns.
|
ilog.views.graphlayout.hierarchical |
The Hierarchical Layout algorithm arranges the nodes of the graph
in horizontal or vertical levels, so that the majority of the
links point in the same direction (top-down, left-to-right, and so on).
|
ilog.views.graphlayout.link |
The Link Layout algorithm reshapes the links of a graph without
moving the nodes.
|
ilog.views.graphlayout.link.longlink |
The Long Link Layout algorithm reshapes the links of a graph without
moving the nodes.
|
ilog.views.graphlayout.link.shortlink |
The Short Link Layout algorithm reshapes the links of a graph without moving
the nodes.
|
ilog.views.graphlayout.multiple |
The Multiple Layout class is not really a layout algorithm but rather a
facility to compose multiple layout algorithms and treat them as one algorithm
object.
|
ilog.views.graphlayout.random |
The Random Layout algorithm moves the nodes of the graph at
randomly computed positions inside a user-defined region.
|
ilog.views.graphlayout.recursive |
The Recursive Layout class is not really a layout algorithm but rather a
facility to traverse a nested graph containing subgraphs and perform
layouts recursively for each subgraph.
|
ilog.views.graphlayout.springembedder |
The Spring Embedder Layout algorithm can be used to lay out
any type of graph.
|
ilog.views.graphlayout.topologicalmesh |
The Topological Mesh Layout (TML) algorithm can be used to lay out
cyclic graphs, both planar and non-planar.
|
ilog.views.graphlayout.tree |
The Tree Layout arranges the nodes of a tree horizontally, vertically or
radially, starting from the root of the tree.
|
ilog.views.graphlayout.uniformlengthedges |
The Uniform Length Edges Layout algorithm can be used to
lay out any type of graph; it allows you to specify the length of the links.
|
Modifier and Type | Class and Description |
---|---|
class |
IltGrapherAdapter
An
IltGrapherAdapter is the bridge between a graph layout and an
IltCompositeGrapher . |
Modifier and Type | Class and Description |
---|---|
class |
IlvGrapherAdapter
An
IlvGrapherAdapter encapsulates an IlvGrapher
and provides a bridge between the API of the IlvGrapher
and the API of the IlvGraphModel . |
class |
IlvRotatedGraphModel
An graph model that rotates all coordinates by a specific angle.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGraphLayoutNodeProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IlvGraphLayoutLinkProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IlvGraphLayoutGrapherProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvBasicLinkStyleLayoutNodeProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IlvBasicLinkStyleLayoutLinkProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IlvBasicLinkStyleLayoutGrapherProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvBusLayoutNodeProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IlvBusLayoutGrapherProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvCircularLayoutNodeProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IlvCircularLayoutGrapherProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGridLayoutNodeProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IlvGridLayoutGrapherProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvHierarchicalLayoutNodeProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IlvHierarchicalLayoutLinkProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IlvHierarchicalLayoutGrapherProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvLinkLayoutLinkProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IlvLinkLayoutGrapherProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvLongLinkLayoutLinkProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IlvLongLinkLayoutGrapherProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvShortLinkLayoutNodeProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IlvShortLinkLayoutLinkProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IlvShortLinkLayoutGrapherProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvMultipleLayoutGrapherProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvRandomLayoutGrapherProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvRecursiveLayoutGrapherProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvSpringEmbedderLayoutGrapherProperty.dispose(IlvGrapherPropertyAdapter adapter)
Deprecated.
Disposes of the property and releases any resources that it is using.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvTopologicalMeshLayoutNodeProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IlvTopologicalMeshLayoutGrapherProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvTreeLayoutNodeProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IlvTreeLayoutLinkProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IlvTreeLayoutGrapherProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvUniformLengthEdgesLayoutLinkProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
void |
IlvUniformLengthEdgesLayoutGrapherProperty.dispose(IlvGrapherPropertyAdapter adapter)
Disposes of the property and releases any resources that it is using.
|
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.