Package | Description |
---|---|
com.jgraph.layout.tree |
JGraphLayout graph package which contains tree layout algorithms.
|
Class and Description |
---|
JGraphAbstractTreeLayout
An implementation of a basic tree layout.
|
JGraphAbstractTreeLayout.TreeNode
An ADT representing a node in a tree structure.
|
JGraphCompactTreeLayout
The compact tree layout is a Moen layout, which concentrates on making the
graph as compact as possible whilst still allowing correctly for varations in
node shapes and sizes
The paper by Moen is called "Drawing Dynamic Trees" and may be purchased from
http://csdl.computer.org/comp/mags/so/1990/04/s4021abs.htm
|
JGraphCompactTreeLayout.CompactTreeNode
Abstraction of node in a tree structure
|
JGraphTreeLayout
An implementation of a basic tree layout.
|
JGraphTreeLayout.PolyLine
ADT of a straight part of a polyline
|
JGraphTreeLayout.StandardTreeNode
An ADT representing a node in a tree structure.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.