|
JGraph X 1.2.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use mxGraphAbstractHierarchyCell | |
---|---|
com.mxgraph.layout.hierarchical.model | |
com.mxgraph.layout.hierarchical.stage |
Uses of mxGraphAbstractHierarchyCell in com.mxgraph.layout.hierarchical.model |
---|
Subclasses of mxGraphAbstractHierarchyCell in com.mxgraph.layout.hierarchical.model | |
---|---|
class |
mxGraphHierarchyEdge
An abstraction of a hierarchical edge for the hierarchy layout |
class |
mxGraphHierarchyNode
An abstraction of an internal node in the hierarchy layout |
Methods in com.mxgraph.layout.hierarchical.model that return types with arguments of type mxGraphAbstractHierarchyCell | |
---|---|
List<mxGraphAbstractHierarchyCell> |
mxGraphHierarchyNode.getNextLayerConnectedCells(int layer)
Returns the cells this cell connects to on the next layer up |
List<mxGraphAbstractHierarchyCell> |
mxGraphHierarchyEdge.getNextLayerConnectedCells(int layer)
Returns the cells this cell connects to on the next layer up |
abstract List<mxGraphAbstractHierarchyCell> |
mxGraphAbstractHierarchyCell.getNextLayerConnectedCells(int layer)
Returns the cells this cell connects to on the next layer up |
List<mxGraphAbstractHierarchyCell> |
mxGraphHierarchyNode.getPreviousLayerConnectedCells(int layer)
Returns the cells this cell connects to on the next layer down |
List<mxGraphAbstractHierarchyCell> |
mxGraphHierarchyEdge.getPreviousLayerConnectedCells(int layer)
Returns the cells this cell connects to on the next layer down |
abstract List<mxGraphAbstractHierarchyCell> |
mxGraphAbstractHierarchyCell.getPreviousLayerConnectedCells(int layer)
Returns the cells this cell connects to on the next layer down |
Uses of mxGraphAbstractHierarchyCell in com.mxgraph.layout.hierarchical.stage |
---|
Fields in com.mxgraph.layout.hierarchical.stage declared as mxGraphAbstractHierarchyCell | |
---|---|
mxGraphAbstractHierarchyCell |
mxCoordinateAssignment.WeightedCellSorter.cell
The cell whose median value is being calculated |
protected mxGraphAbstractHierarchyCell[][] |
mxMedianHybridCrossingReduction.nestedBestRanks
Stores each rank as a collection of cells in the best order found for each layer so far |
protected mxGraphAbstractHierarchyCell[][] |
mxCoordinateAssignment.nextLayerConnectedCache
A store of connections to the layer above for speed |
protected mxGraphAbstractHierarchyCell[][] |
mxCoordinateAssignment.previousLayerConnectedCache
A store of connections to the layer below for speed |
Constructors in com.mxgraph.layout.hierarchical.stage with parameters of type mxGraphAbstractHierarchyCell | |
---|---|
mxCoordinateAssignment.WeightedCellSorter(mxGraphAbstractHierarchyCell cell,
int weightedValue)
|
|
JGraph X 1.2.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |