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.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.
|
Modifier and Type | Method and Description |
---|---|
IlvLinkClipInterface |
IlvGraphLayout.getLinkClipInterface()
Returns the clip interface used for the connection points of links
during layout.
|
IlvLinkClipInterface |
IlvRotatedGraphModel.getLinkClipInterface(IlvLinkClipInterface ifc)
Returns the link clip interface to be used on layouts attached to this
model, if the input link clip interface specifies the link clipping
with respect to the original model.
|
Modifier and Type | Method and Description |
---|---|
IlvLinkClipInterface |
IlvRotatedGraphModel.getLinkClipInterface(IlvLinkClipInterface ifc)
Returns the link clip interface to be used on layouts attached to this
model, if the input link clip interface specifies the link clipping
with respect to the original model.
|
void |
IlvGraphLayout.setLinkClipInterface(IlvLinkClipInterface linkClipInterface)
Sets the clip interface for the connection points of links.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvRecursiveLayout.propagateLinkClipInterface(IlvLinkClipInterface linkClipInterface)
Sets the clip interface for the connection points of links at all
layouts of subgraphs that support this feature.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.