Package | Description |
---|---|
ilog.views.graphlayout.basic |
This package contains base classes for other layout algorithms.
|
ilog.views.graphlayout.circular |
The Circular Layout algorithm displays graphs
representing interconnected ring and/or star network topologies.
|
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.topologicalmesh |
The Topological Mesh Layout (TML) algorithm can be used to lay out
cyclic graphs, both planar and non-planar.
|
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.
|
Constructor and Description |
---|
IlvBasicLinkStyleLayoutGrapherProperty(IlvBasicLinkStyleLayoutGrapherProperty source)
Creates a new
IlvBasicLinkStyleLayoutGrapherProperty by
copying an existing one. |
Modifier and Type | Class and Description |
---|---|
class |
IlvCircularLayoutGrapherProperty
The class
IlvCircularLayoutGrapherProperty allows you to
store the global settings of an instance of
IlvCircularLayout as a named property in the grapher. |
Modifier and Type | Class and Description |
---|---|
class |
IlvRandomLayoutGrapherProperty
The class
IlvRandomLayoutGrapherProperty allows you to
store the global settings of an instance of
IlvRandomLayout as a named property in the grapher. |
Modifier and Type | Class and Description |
---|---|
class |
IlvTopologicalMeshLayoutGrapherProperty
The class
IlvTopologicalMeshLayoutGrapherProperty allows
you to store the global settings of an instance of
IlvTopologicalMeshLayout as a named property in the
grapher. |
Modifier and Type | Class and Description |
---|---|
class |
IlvUniformLengthEdgesLayoutGrapherProperty
The class
IlvUniformLengthEdgesLayoutGrapherProperty
allows you to store the global settings of an instance of
IlvUniformLengthEdgesLayout as a named property in the
grapher. |
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.