Package | Description |
---|---|
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.shortlink |
The Short Link Layout algorithm reshapes the links of a graph without moving
the nodes.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutNodeProperty |
IlvGraphLayout.createLayoutNodeProperty(String name,
IlvGraphic node,
boolean withDefaults)
Returns a new instance of a named property that can store the
parameter settings of this layout class for nodes.
|
Constructor and Description |
---|
IlvGraphLayoutNodeProperty(IlvGraphLayoutNodeProperty source)
Creates a new
IlvGraphLayoutNodeProperty by copying an
existing one. |
Modifier and Type | Class and Description |
---|---|
class |
IlvBasicLinkStyleLayoutNodeProperty
The class
IlvBasicLinkStyleLayoutNodeProperty allows you
to store the settings of an instance of
IlvBasicLinkStyleLayout for an individual node as a named
property in the node. |
Modifier and Type | Class and Description |
---|---|
class |
IlvBusLayoutNodeProperty
The class
IlvBusLayoutNodeProperty allows you to store the
settings of an instance of IlvBusLayout for an individual
node as a named property in the node. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutNodeProperty |
IlvBusLayout.createLayoutNodeProperty(String name,
IlvGraphic node,
boolean withDefaults)
Returns a new instance of
IlvBusLayoutNodeProperty that stores
the parameter settings of this layout class for nodes. |
Modifier and Type | Class and Description |
---|---|
class |
IlvCircularLayoutNodeProperty
The class
IlvCircularLayoutNodeProperty allows you to
store the settings of an instance of IlvCircularLayout
for an individual node as a named property in the node. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutNodeProperty |
IlvCircularLayout.createLayoutNodeProperty(String name,
IlvGraphic node,
boolean withDefaults)
Returns a new instance of
IlvCircularLayoutNodeProperty that
stores the parameter settings of this layout class for nodes. |
Modifier and Type | Class and Description |
---|---|
class |
IlvGridLayoutNodeProperty
The class
IlvGridLayoutNodeProperty allows you to store
the settings of an instance of IlvGridLayout for an
individual node as a named property in the node. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutNodeProperty |
IlvGridLayout.createLayoutNodeProperty(String name,
IlvGraphic node,
boolean withDefaults)
Returns a new instance of
IlvGridLayoutNodeProperty that
stores the parameter settings of this layout class for nodes. |
Modifier and Type | Class and Description |
---|---|
class |
IlvHierarchicalLayoutNodeProperty
The class
IlvHierarchicalLayoutNodeProperty allows you to
store the settings of an instance of
IlvHierarchicalLayout for an individual node as a named
property in the node. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutNodeProperty |
IlvHierarchicalLayout.createLayoutNodeProperty(String name,
IlvGraphic node,
boolean withDefaults)
Returns a new instance of
IlvHierarchicalLayoutNodeProperty
that stores the parameter settings of this layout class for nodes. |
Modifier and Type | Class and Description |
---|---|
class |
IlvShortLinkLayoutNodeProperty
The class
IlvShortLinkLayoutNodeProperty allows you to
store the settings of an instance of IlvShortLinkLayout
for an individual node as a named property in the node. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutNodeProperty |
IlvShortLinkLayout.createLayoutNodeProperty(String name,
IlvGraphic node,
boolean withDefaults)
Returns a new instance of
IlvShortLinkLayoutNodeProperty that
stores the parameter settings of this layout class for nodes. |
Modifier and Type | Class and Description |
---|---|
class |
IlvTopologicalMeshLayoutNodeProperty
The class
IlvTopologicalMeshLayoutNodeProperty allows you
to store the settings of an instance of
IlvTopologicalMeshLayout for an individual node as a
named property in the node. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutNodeProperty |
IlvTopologicalMeshLayout.createLayoutNodeProperty(String name,
IlvGraphic node,
boolean withDefaults)
Returns a new instance of
IlvTopologicalMeshLayoutNodeProperty
that stores the parameter settings of this layout class for nodes. |
Modifier and Type | Class and Description |
---|---|
class |
IlvTreeLayoutNodeProperty
The class
IlvTreeLayoutNodeProperty allows you to store
the settings of an instance of IlvTreeLayout for an
individual node as a named property in the node. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutNodeProperty |
IlvTreeLayout.createLayoutNodeProperty(String name,
IlvGraphic node,
boolean withDefaults)
Returns a new instance of
IlvTreeLayoutNodeProperty that
stores the parameter settings of this layout class for nodes. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.