Package | Description |
---|---|
ilog.views.graphlayout.labellayout |
A generic framework for the label layout services provided
by JViews,
which can automatically place labels at graphic objects
such as nodes and links.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
LabelLayoutEventListener.layoutStepPerformed(LabelLayoutEvent event)
This method is called by the subclasses of
IlvLabelLayout
to notify the user of the behavior of the layout algorithm. |
Modifier and Type | Method and Description |
---|---|
void |
IlvMultipleLayout.layoutStepPerformed(LabelLayoutEvent event)
This method is called by the label layout.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvRecursiveMultipleLayout.layoutStepPerformed(LabelLayoutEvent event)
This method is called by the label layout.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.