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.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 |
---|---|
IlvRecursiveLayout |
IlvGraphLayout.getRecursiveLayout()
Returns the instance of Recursive Layout that is used to perform this
layout recursively when you call
IlvGraphLayout.performLayout(boolean,
boolean, boolean) with the traverse flag set to true . |
Modifier and Type | Class and Description |
---|---|
class |
IlvRecursiveMultipleLayout
The main class for the Recursive Multiple Layout algorithm.
|
Constructor and Description |
---|
IlvRecursiveLayout(IlvRecursiveLayout source)
Creates a new layout instance by copying an existing one.
|
IlvRecursiveLayoutGrapherProperty(String name,
IlvRecursiveLayout layout,
boolean withDefaults)
Creates a new
IlvRecursiveLayoutGrapherProperty that
stores layout parameter settings of the layout . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.