Package | Description |
---|---|
com.mxgraph.layout.hierarchical.model | |
com.mxgraph.layout.hierarchical.stage |
Modifier and Type | Class and Description |
---|---|
class |
mxGraphHierarchyEdge
An abstraction of a hierarchical edge for the hierarchy layout
|
class |
mxGraphHierarchyNode
An abstraction of an internal node in the hierarchy layout
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
mxCoordinateAssignment.repositionValid(mxGraphHierarchyModel model,
mxGraphAbstractHierarchyCell cell,
int rank,
double position)
Determines whether or not a node may be moved to the specified x
position on the specified rank
|
protected void |
mxCoordinateAssignment.setEdgePosition(mxGraphAbstractHierarchyCell cell)
Fixes the control points
|
protected void |
mxCoordinateAssignment.setVertexLocation(mxGraphAbstractHierarchyCell cell)
Fixes the position of the specified vertex
|
Constructor and Description |
---|
mxCoordinateAssignment.WeightedCellSorter(mxGraphAbstractHierarchyCell cell,
int weightedValue) |
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.