Package | Description |
---|---|
ilog.tgo.graphic.graphlayout |
Contains graph layout algorithms that extend those of package ilog.views.graphlayout.
|
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 |
IltLinkLayoutGrapherProperty
The class
IltLinkLayoutGrapherProperty
allows you to store the global settings of an instance
of IltLinkLayout
as a named property in the grapher. |
class |
IltShortLinkLayoutGrapherProperty
The class
IltShortLinkLayoutGrapherProperty
allows you to store the global settings of an instance
of IltShortLinkLayout
as a named property in the grapher. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutGrapherProperty |
IltShortLinkLayout.createLayoutGrapherProperty(String name,
boolean withDefaults)
Returns a new instance of
IltShortLinkLayoutGrapherProperty
that stores the parameter settings of this layout class. |
protected IlvGraphLayoutGrapherProperty |
IltLinkLayout.createLayoutGrapherProperty(String name,
boolean withDefaults)
Returns a new instance of
IltLinkLayoutGrapherProperty
that stores the parameter settings of this layout class. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutGrapherProperty |
IlvGraphLayout.createLayoutGrapherProperty(String name,
boolean withDefaults)
Returns a new instance of a named property that can store the
parameter settings of this layout class.
|
Constructor and Description |
---|
IlvGraphLayoutGrapherProperty(IlvGraphLayoutGrapherProperty source)
Creates a new
IlvGraphLayoutGrapherProperty by copying an
existing one. |
Modifier and Type | Class and Description |
---|---|
class |
IlvBasicLinkStyleLayoutGrapherProperty
The class
IlvBasicLinkStyleLayoutGrapherProperty allows
you to store the global settings of an instance of
IlvBasicLinkStyleLayout as a named property in the
grapher. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutGrapherProperty |
IlvBasicLinkStyleLayout.createLayoutGrapherProperty(String name,
boolean withDefaults)
Returns a new instance of
IlvBasicLinkStyleLayoutGrapherProperty that stores the parameter
settings of this layout class. |
Modifier and Type | Class and Description |
---|---|
class |
IlvBusLayoutGrapherProperty
The class
IlvBusLayoutGrapherProperty allows you to store
the global settings of an instance of IlvBusLayout as a
named property in the grapher. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutGrapherProperty |
IlvBusLayout.createLayoutGrapherProperty(String name,
boolean withDefaults)
Returns a new instance of
IlvBusLayoutGrapherProperty that
stores the parameter settings of this layout class. |
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 | Method and Description |
---|---|
protected IlvGraphLayoutGrapherProperty |
IlvCircularLayout.createLayoutGrapherProperty(String name,
boolean withDefaults)
Returns a new instance of
IlvCircularLayoutGrapherProperty
that stores the parameter settings of this layout class. |
Modifier and Type | Class and Description |
---|---|
class |
IlvGridLayoutGrapherProperty
The class
IlvGridLayoutGrapherProperty allows you to store
the global settings of an instance of IlvGridLayout as a
named property in the grapher. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutGrapherProperty |
IlvGridLayout.createLayoutGrapherProperty(String name,
boolean withDefaults)
Returns a new instance of
IlvGridLayoutGrapherProperty that
stores the parameter settings of this layout class. |
Modifier and Type | Class and Description |
---|---|
class |
IlvHierarchicalLayoutGrapherProperty
The class
IlvHierarchicalLayoutGrapherProperty allows you
to store the global settings of an instance of
IlvHierarchicalLayout as a named property in the grapher. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutGrapherProperty |
IlvHierarchicalLayout.createLayoutGrapherProperty(String name,
boolean withDefaults)
Returns a new instance of
IlvHierarchicalLayoutGrapherProperty
that stores the parameter settings of this layout class. |
Modifier and Type | Class and Description |
---|---|
class |
IlvLinkLayoutGrapherProperty
The class
IlvLinkLayoutGrapherProperty allows you to store
the global settings of an instance of IlvLinkLayout as a
named property in the grapher. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutGrapherProperty |
IlvLinkLayout.createLayoutGrapherProperty(String name,
boolean withDefaults)
Returns a new instance of
IlvLinkLayoutGrapherProperty that
stores the parameter settings of this layout class. |
Modifier and Type | Class and Description |
---|---|
class |
IlvLongLinkLayoutGrapherProperty
The class
IlvLongLinkLayoutGrapherProperty allows you to
store the global settings of an instance of
IlvLongLinkLayout as a named property in the grapher. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutGrapherProperty |
IlvLongLinkLayout.createLayoutGrapherProperty(String name,
boolean withDefaults)
Returns a new instance of
IlvLongLinkLayoutGrapherProperty
that stores the parameter settings of this layout class. |
Modifier and Type | Class and Description |
---|---|
class |
IlvShortLinkLayoutGrapherProperty
The class
IlvShortLinkLayoutGrapherProperty allows you to
store the global settings of an instance of
IlvShortLinkLayout as a named property in the grapher. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutGrapherProperty |
IlvShortLinkLayout.createLayoutGrapherProperty(String name,
boolean withDefaults)
Returns a new instance of
IlvShortLinkLayoutGrapherProperty
that stores the parameter settings of this layout class. |
Modifier and Type | Class and Description |
---|---|
class |
IlvMultipleLayoutGrapherProperty
The class
IlvMultipleLayoutGrapherProperty allows you to
store the global settings of an instance of
IlvMultipleLayout as a named property in the grapher. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutGrapherProperty |
IlvMultipleLayout.createLayoutGrapherProperty(String name,
boolean withDefaults)
Returns a new instance of
IlvMultipleLayoutGrapherProperty
that stores the parameter settings of this layout class. |
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 | Method and Description |
---|---|
protected IlvGraphLayoutGrapherProperty |
IlvRandomLayout.createLayoutGrapherProperty(String name,
boolean withDefaults)
Returns a new instance of
IlvRandomLayoutGrapherProperty that
stores the parameter settings of this layout class. |
Modifier and Type | Class and Description |
---|---|
class |
IlvRecursiveLayoutGrapherProperty
The class
IlvRecursiveLayoutGrapherProperty allows you to
store the global settings of an instance of
IlvRecursiveLayout as a named property in the grapher. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutGrapherProperty |
IlvRecursiveLayout.createLayoutGrapherProperty(String name,
boolean withDefaults)
Returns a new instance of
IlvRecursiveLayoutGrapherProperty
that stores the parameter settings of this layout class. |
Modifier and Type | Class and Description |
---|---|
class |
IlvSpringEmbedderLayoutGrapherProperty
Deprecated.
Beginning with JViews 8.5, use the class
IlvUniformLengthEdgesLayout instead of IlvSpringEmbedderLayout . Therefore, the class
IlvSpringEmbedderLayoutGrapherProperty is also
deprecated. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutGrapherProperty |
IlvSpringEmbedderLayout.createLayoutGrapherProperty(String name,
boolean withDefaults)
Deprecated.
Returns a new instance of
IlvSpringEmbedderLayoutGrapherProperty that stores the parameter
settings of this layout class. |
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 | Method and Description |
---|---|
protected IlvGraphLayoutGrapherProperty |
IlvTopologicalMeshLayout.createLayoutGrapherProperty(String name,
boolean withDefaults)
Returns a new instance of
IlvTopologicalMeshLayoutGrapherProperty that stores the parameter
settings of this layout class. |
Modifier and Type | Class and Description |
---|---|
class |
IlvTreeLayoutGrapherProperty
The class
IlvTreeLayoutGrapherProperty allows you to store
the global settings of an instance of IlvTreeLayout as a
named property in the grapher. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutGrapherProperty |
IlvTreeLayout.createLayoutGrapherProperty(String name,
boolean withDefaults)
Returns a new instance of
IlvTreeLayoutGrapherProperty that
stores the parameter settings of this layout class. |
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. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutGrapherProperty |
IlvUniformLengthEdgesLayout.createLayoutGrapherProperty(String name,
boolean withDefaults)
Returns a new instance of
IlvUniformLengthEdgesLayoutGrapherProperty that stores the parameter
settings of this layout class. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.