JGraph
v5.13.0.0


Uses of Class
com.jgraph.layout.hierarchical.model.JGraphAbstractHierarchyCell

Packages that use JGraphAbstractHierarchyCell
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 
 

Uses of JGraphAbstractHierarchyCell in com.jgraph.layout.hierarchical
 

Fields in com.jgraph.layout.hierarchical declared as JGraphAbstractHierarchyCell
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
 JGraphAbstractHierarchyCell JGraphCoordinateAssignment.WeightedCellSorter.cell
          The cell whose median value is being calculated
 

Constructors in com.jgraph.layout.hierarchical with parameters of type JGraphAbstractHierarchyCell
JGraphCoordinateAssignment.WeightedCellSorter(JGraphAbstractHierarchyCell cell, int weightedValue)
           
 

Uses of JGraphAbstractHierarchyCell in com.jgraph.layout.hierarchical.model
 

Subclasses of JGraphAbstractHierarchyCell in com.jgraph.layout.hierarchical.model
 class JGraphHierarchyEdge
          An abstraction of a hierarchical edge for the hierarchy layout
 class JGraphHierarchyNode
          An abstraction of an internal node in the hierarchy layout
 


JGraph
v5.13.0.0


Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.