Package | Description |
---|---|
ilog.tgo.graphic.graphlayout |
Contains graph layout algorithms that extend those of package ilog.views.graphlayout.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IlvLongLinkLayout |
IltLinkLayout.getLongLinkLayout()
Returns the Long Link Layout instance that is used internally by
this Link Layout instance in layout mode
IltLinkLayout.LONG_LINKS . |
Modifier and Type | Method and Description |
---|---|
IlvLongLinkLayout |
IlvLinkLayout.getLongLinkLayout()
Returns the Long Link Layout instance that is used internally by this
Link Layout instance in layout mode
IlvLinkLayout.LONG_LINKS . |
Constructor and Description |
---|
IlvLongLinkLayout(IlvLongLinkLayout source)
Creates a new layout instance by copying an existing one.
|
IlvLongLinkLayoutGrapherProperty(String name,
IlvLongLinkLayout layout,
boolean withDefaults)
Creates a new
IlvLongLinkLayoutGrapherProperty that
stores layout parameter settings of the layout . |
IlvLongLinkLayoutLinkProperty(String name,
IlvLongLinkLayout layout,
IlvGraphic link,
boolean withDefaults)
Creates a new
IlvLongLinkLayoutLinkProperty that stores
layout parameter settings of the layout for the
link . |
Modifier and Type | Method and Description |
---|---|
IlvLongLinkLayout |
IlvShortLinkLayout.getAuxiliaryLongLinkLayout()
Returns the instance of
IlvLongLinkLayout that is used for
avoiding overlaps between links and nodes when IlvShortLinkLayout.isLinkOverlapNodesForbidden() returns true . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.