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.multiple |
The Multiple Layout class is not really a layout algorithm but rather a
facility to compose multiple layout algorithms and treat them as one algorithm
object.
|
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.
|
ilog.views.graphlayout.swing |
Provides Swing components useful for creating an application mixing
JViews Graph Layout and Swing.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphLayoutEventListener.layoutStepPerformed(GraphLayoutEvent event)
This method is called by the subclasses of
IlvGraphLayout
to notify the user of the behavior of the layout algorithm. |
Modifier and Type | Method and Description |
---|---|
void |
IlvMultipleLayout.layoutStepPerformed(GraphLayoutEvent event)
This method is called by the first graph layout and the second graph
layout.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvRecursiveMultipleLayout.layoutStepPerformed(GraphLayoutEvent event)
This method is called by the graph layouts of subgraphs.
|
void |
IlvRecursiveLayout.layoutStepPerformed(GraphLayoutEvent event)
This method is called by the graph layouts of subgraphs.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvJGraphLayoutProgressBar.layoutStepPerformed(GraphLayoutEvent event)
Action performed after each step or iteration of the layout algorithm.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.