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.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 |
---|---|
void |
IltShortLinkLayout.contentsChanged(GraphModelEvent event)
Overridden version of the base class method to allow the layout to
be automatically restarted each time the layout instance is notified
that the structure or the geometry of the graph has changed.
|
void |
IltLinkLayout.contentsChanged(GraphModelEvent event)
Overridden version of the base class method to allow the layout to
be automatically restarted each time the layout instance is notified
that the structure or the geometry of the graph has changed.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGraphLayout.contentsChanged(GraphModelEvent event)
Called when the structure or the geometry of the graph changes.
|
void |
GraphModelListener.contentsChanged(GraphModelEvent event)
Invoked when the structure or the geometry of the graph changes.
|
protected void |
IlvGraphModel.fireGraphModelEvent(GraphModelEvent event)
This method must be called by the adapter classes when the contents of
the graph have changed.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvRecursiveLayout.contentsChanged(GraphModelEvent event)
Called when the structure or the geometry of the graph changes.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.