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 |
---|
IlvBasicLinkStyleLayout(IlvBasicLinkStyleLayout source)
Creates a new layout instance by copying an existing one.
|
IlvBasicLinkStyleLayoutGrapherProperty(String name,
IlvBasicLinkStyleLayout layout,
boolean withDefaults)
Creates a new
IlvBasicLinkStyleLayoutGrapherProperty that
stores layout parameter settings of the layout . |
IlvBasicLinkStyleLayoutLinkProperty(String name,
IlvBasicLinkStyleLayout layout,
IlvGraphic link,
boolean withDefaults)
Creates a new
IlvBasicLinkStyleLayoutLinkProperty that
stores layout parameter settings of the layout for the
link . |
IlvBasicLinkStyleLayoutNodeProperty(String name,
IlvBasicLinkStyleLayout layout,
IlvGraphic node,
boolean withDefaults)
Creates a new
IlvBasicLinkStyleLayoutNodeProperty that
stores layout parameter settings of the layout for the
node . |
Modifier and Type | Class and Description |
---|---|
class |
IlvCircularLayout
The main class for the Circular Layout algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvRandomLayout
The main class for the Random Layout algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvTopologicalMeshLayout
The main class for the Topological Mesh Layout (TML) algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvUniformLengthEdgesLayout
The main class for the Uniform Length Edges Layout algorithm.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.