Package | Description |
---|---|
com.mxgraph.layout.hierarchical.model | |
com.mxgraph.layout.hierarchical.stage |
Modifier and Type | Class | 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 | Description |
---|---|---|
abstract java.util.List<mxGraphAbstractHierarchyCell> |
mxGraphAbstractHierarchyCell.getNextLayerConnectedCells(int layer) |
Returns the cells this cell connects to on the next layer up
|
java.util.List<mxGraphAbstractHierarchyCell> |
mxGraphHierarchyEdge.getNextLayerConnectedCells(int layer) |
Returns the cells this cell connects to on the next layer up
|
java.util.List<mxGraphAbstractHierarchyCell> |
mxGraphHierarchyNode.getNextLayerConnectedCells(int layer) |
Returns the cells this cell connects to on the next layer up
|
abstract java.util.List<mxGraphAbstractHierarchyCell> |
mxGraphAbstractHierarchyCell.getPreviousLayerConnectedCells(int layer) |
Returns the cells this cell connects to on the next layer down
|
java.util.List<mxGraphAbstractHierarchyCell> |
mxGraphHierarchyEdge.getPreviousLayerConnectedCells(int layer) |
Returns the cells this cell connects to on the next layer down
|
java.util.List<mxGraphAbstractHierarchyCell> |
mxGraphHierarchyNode.getPreviousLayerConnectedCells(int layer) |
Returns the cells this cell connects to on the next layer down
|
Modifier and Type | Field | 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 | 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 | Description |
---|---|
WeightedCellSorter(mxGraphAbstractHierarchyCell cell,
int weightedValue) |
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.