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.labellayout.annealing |
The Annealing Label Layout places labels close to related obstacles
such that the amount of overlaps among labels, and between labels
and obstacles is small.
|
ilog.views.sdm.renderer.graphlayout |
Contains the classes
IlvGraphLayoutRenderer and
IlvLinkLayoutRenderer that give access to
the Rogue Wave JViews Graph Layout capabilities. |
Modifier and Type | Method and Description |
---|---|
IlvAutoLayoutHandler |
IlvGraphLayout.getAutoLayoutHandler()
Returns the auto layout handler.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGraphLayout.setAutoLayoutHandler(IlvAutoLayoutHandler handler)
Sets the auto layout handler.
|
Modifier and Type | Method and Description |
---|---|
IlvAutoLayoutHandler |
IlvAnnealingLabelLayout.getAutoLayoutHandler()
Returns the auto layout handler.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvAnnealingLabelLayout.setAutoLayoutHandler(IlvAutoLayoutHandler handler)
Sets the auto layout handler.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvGraphLayoutRenderer
The class
IlvGraphLayoutRenderer is a
filtering renderer that applies a graph layout algorithm
to the links and/or the nodes of the graph. |
class |
IlvLinkLayoutRenderer
The class
IlvLinkLayoutRenderer is a subclass
of IlvGraphLayoutRenderer that is specialized for
link layout. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.