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.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.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 |
IltLinkLayoutLinkProperty
The class
IltLinkLayoutLinkProperty allows you to store
the settings of an instance of IltLinkLayout
for an individual link as a named property in the link. |
class |
IltShortLinkLayoutLinkProperty
The class
IltShortLinkLayoutLinkProperty allows you to store
the settings of an instance of IltShortLinkLayout
for an individual link as a named property in the link. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutLinkProperty |
IltShortLinkLayout.createLayoutLinkProperty(String name,
IlvGraphic link,
boolean withDefaults)
Returns a new instance of
IltShortLinkLayoutLinkProperty
that stores the parameter settings of this layout class for links. |
protected IlvGraphLayoutLinkProperty |
IltLinkLayout.createLayoutLinkProperty(String name,
IlvGraphic link,
boolean withDefaults)
Returns a new instance of
IltLinkLayoutLinkProperty
that stores the parameter settings of this layout class for links. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutLinkProperty |
IlvGraphLayout.createLayoutLinkProperty(String name,
IlvGraphic link,
boolean withDefaults)
Returns a new instance of a named property that can store the
parameter settings of this layout class for links.
|
Constructor and Description |
---|
IlvGraphLayoutLinkProperty(IlvGraphLayoutLinkProperty source)
Creates a new
IlvGraphLayoutLinkProperty by copying an
existing one. |
Modifier and Type | Class and Description |
---|---|
class |
IlvBasicLinkStyleLayoutLinkProperty
The class
IlvBasicLinkStyleLayoutLinkProperty allows you
to store the settings of an instance of
IlvBasicLinkStyleLayout for an individual link as a named
property in the link. |
Modifier and Type | Class and Description |
---|---|
class |
IlvHierarchicalLayoutLinkProperty
The class
IlvHierarchicalLayoutLinkProperty allows you to
store the settings of an instance of
IlvHierarchicalLayout for an individual link as a named
property in the link. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutLinkProperty |
IlvHierarchicalLayout.createLayoutLinkProperty(String name,
IlvGraphic link,
boolean withDefaults)
Returns a new instance of
IlvHierarchicalLayoutLinkProperty
that stores the parameter settings of this layout class for links. |
Modifier and Type | Class and Description |
---|---|
class |
IlvLinkLayoutLinkProperty
The class
IlvLinkLayoutLinkProperty allows you to store
the settings of an instance of IlvLinkLayout for an
individual link as a named property in the link. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutLinkProperty |
IlvLinkLayout.createLayoutLinkProperty(String name,
IlvGraphic link,
boolean withDefaults)
Returns a new instance of
IlvLinkLayoutLinkProperty that
stores the parameter settings of this layout class for links. |
Modifier and Type | Class and Description |
---|---|
class |
IlvLongLinkLayoutLinkProperty
The class
IlvLongLinkLayoutLinkProperty allows you to
store the settings of an instance of IlvLongLinkLayout
for an individual link as a named property in the link. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutLinkProperty |
IlvLongLinkLayout.createLayoutLinkProperty(String name,
IlvGraphic link,
boolean withDefaults)
Returns a new instance of
IlvLongLinkLayoutLinkProperty that
stores the parameter settings of this layout class for links. |
Modifier and Type | Class and Description |
---|---|
class |
IlvShortLinkLayoutLinkProperty
The class
IlvShortLinkLayoutLinkProperty allows you to
store the settings of an instance of IlvShortLinkLayout
for an individual link as a named property in the link. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutLinkProperty |
IlvShortLinkLayout.createLayoutLinkProperty(String name,
IlvGraphic link,
boolean withDefaults)
Returns a new instance of
IlvShortLinkLayoutLinkProperty that
stores the parameter settings of this layout class for links. |
Modifier and Type | Class and Description |
---|---|
class |
IlvTreeLayoutLinkProperty
The class
IlvTreeLayoutLinkProperty allows you to store
the settings of an instance of IlvTreeLayout for an
individual link as a named property in the link. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutLinkProperty |
IlvTreeLayout.createLayoutLinkProperty(String name,
IlvGraphic link,
boolean withDefaults)
Returns a new instance of
IlvTreeLayoutLinkProperty that
stores the parameter settings of this layout class for links. |
Modifier and Type | Class and Description |
---|---|
class |
IlvUniformLengthEdgesLayoutLinkProperty
The class
IlvUniformLengthEdgesLayoutLinkProperty allows
you to store the settings of an instance of
IlvUniformLengthEdgesLayout for an individual link as a
named property in the link. |
Modifier and Type | Method and Description |
---|---|
protected IlvGraphLayoutLinkProperty |
IlvUniformLengthEdgesLayout.createLayoutLinkProperty(String name,
IlvGraphic link,
boolean withDefaults)
Returns a new instance of
IlvUniformLengthEdgesLayoutLinkProperty that stores the parameter
settings of this layout class for links. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.