Uses of Class
com.jgraph.layout.hierarchical.model.JGraphAbstractHierarchyCell
Packages that use JGraphAbstractHierarchyCell
Package
Description
JGraphLayout hierarchical package which contains directed hierarchy layout algorithms.
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 JGraphAbstractHierarchyCellModifier and TypeFieldDescriptionJGraphCoordinateAssignment.WeightedCellSorter.cellThe cell whose median value is being calculatedprotected JGraphAbstractHierarchyCell[][]JGraphCoordinateAssignment.nextLayerConnectedCacheA store of connections to the layer above for speedprotected JGraphAbstractHierarchyCell[][]JGraphCoordinateAssignment.previousLayerConnectedCacheA store of connections to the layer below for speedConstructors in com.jgraph.layout.hierarchical with parameters of type JGraphAbstractHierarchyCellModifierConstructorDescriptionWeightedCellSorter(JGraphAbstractHierarchyCell cell, int weightedValue) -
Uses of JGraphAbstractHierarchyCell in com.jgraph.layout.hierarchical.model
Subclasses of JGraphAbstractHierarchyCell in com.jgraph.layout.hierarchical.modelModifier and TypeClassDescriptionclassAn abstraction of a hierarchical edge for the hierarchy layoutclassAn abstraction of an internal node in the hierarchy layout