|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphModelEvent | |
|---|---|
| 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 ILOG 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. |
| Uses of GraphModelEvent in ilog.tgo.graphic.graphlayout |
|---|
| Methods in ilog.tgo.graphic.graphlayout with parameters of type GraphModelEvent | |
|---|---|
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. |
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. |
| Uses of GraphModelEvent in ilog.views.graphlayout |
|---|
| Methods in ilog.views.graphlayout with parameters of type GraphModelEvent | |
|---|---|
void |
GraphModelListener.contentsChanged(GraphModelEvent event)
Invoked when the structure or the geometry of the graph changes. |
void |
IlvGraphLayout.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. |
| Uses of GraphModelEvent in ilog.views.graphlayout.recursive |
|---|
| Methods in ilog.views.graphlayout.recursive with parameters of type GraphModelEvent | |
|---|---|
void |
IlvRecursiveLayout.contentsChanged(GraphModelEvent event)
Invoked when the structure or the geometry of the graph changes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||