Package | Description |
---|---|
ilog.views.graphlayout.link |
The 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 |
---|---|
IlvShortLinkLayout |
IlvLinkLayout.getShortLinkLayout()
Returns the Short Link Layout instance that is used internally by this
Link Layout instance in layout mode
IlvLinkLayout.SHORT_LINKS . |
Constructor and Description |
---|
IlvShortLinkLayout(IlvShortLinkLayout source)
Creates a new layout instance by copying an existing one.
|
IlvShortLinkLayoutGrapherProperty(String name,
IlvShortLinkLayout layout,
boolean withDefaults)
Creates a new
IlvShortLinkLayoutGrapherProperty that
stores layout parameter settings of the layout . |
IlvShortLinkLayoutLinkProperty(String name,
IlvShortLinkLayout layout,
IlvGraphic link,
boolean withDefaults)
Creates a new
IlvShortLinkLayoutLinkProperty that stores
layout parameter settings of the layout for the
link . |
IlvShortLinkLayoutNodeProperty(String name,
IlvShortLinkLayout layout,
IlvGraphic node,
boolean withDefaults)
Creates a new
IlvShortLinkLayoutNodeProperty that stores
layout parameter settings of the layout for the
node . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.