Package | Description |
---|---|
com.jgraph.layout.hierarchical |
JGraphLayout hierarchical package which contains directed hierarchy layout algorithms.
|
com.jgraph.layout.hierarchical.model |
JGraphLayout hierarchical layout internal model for representing the graph in
a manner that provide high performance for the layout
|
Modifier and Type | Field and Description |
---|---|
JGraphAbstractHierarchyCell |
JGraphCoordinateAssignment.WeightedCellSorter.cell
The cell whose median value is being calculated
|
protected JGraphAbstractHierarchyCell[][] |
JGraphCoordinateAssignment.nextLayerConnectedCache
A store of connections to the layer above for speed
|
protected JGraphAbstractHierarchyCell[][] |
JGraphCoordinateAssignment.previousLayerConnectedCache
A store of connections to the layer below for speed
|
Constructor and Description |
---|
WeightedCellSorter(JGraphAbstractHierarchyCell cell,
int weightedValue) |
Modifier and Type | Class and Description |
---|---|
class |
JGraphHierarchyEdge
An abstraction of a hierarchical edge for the hierarchy layout
|
class |
JGraphHierarchyNode
An abstraction of an internal node in the hierarchy layout
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.