Uses of Class
com.mxgraph.layout.hierarchical.model.mxGraphAbstractHierarchyCell
Packages that use mxGraphAbstractHierarchyCell
-
Uses of mxGraphAbstractHierarchyCell in com.mxgraph.layout.hierarchical.model
Subclasses of mxGraphAbstractHierarchyCell in com.mxgraph.layout.hierarchical.modelModifier and TypeClassDescriptionclassAn abstraction of a hierarchical edge for the hierarchy layoutclassAn abstraction of an internal node in the hierarchy layoutSubclasses with type arguments of type mxGraphAbstractHierarchyCell in com.mxgraph.layout.hierarchical.modelModifier and TypeClassDescriptionclassAn abstraction of a rank in the hierarchy layout.Methods in com.mxgraph.layout.hierarchical.model that return types with arguments of type mxGraphAbstractHierarchyCellModifier and TypeMethodDescriptionabstract List<mxGraphAbstractHierarchyCell> mxGraphAbstractHierarchyCell.getNextLayerConnectedCells(int layer) Returns the cells this cell connects to on the next layer upmxGraphHierarchyEdge.getNextLayerConnectedCells(int layer) Returns the cells this cell connects to on the next layer upmxGraphHierarchyNode.getNextLayerConnectedCells(int layer) Returns the cells this cell connects to on the next layer upabstract List<mxGraphAbstractHierarchyCell> mxGraphAbstractHierarchyCell.getPreviousLayerConnectedCells(int layer) Returns the cells this cell connects to on the next layer downmxGraphHierarchyEdge.getPreviousLayerConnectedCells(int layer) Returns the cells this cell connects to on the next layer downmxGraphHierarchyNode.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 mxGraphAbstractHierarchyCellModifier and TypeFieldDescriptionmxCoordinateAssignment.WeightedCellSorter.cellThe cell whose median value is being calculatedprotected mxGraphAbstractHierarchyCell[][]mxMedianHybridCrossingReduction.nestedBestRanksStores each rank as a collection of cells in the best order found for each layer so farprotected mxGraphAbstractHierarchyCell[][]mxCoordinateAssignment.nextLayerConnectedCacheA store of connections to the layer above for speedprotected mxGraphAbstractHierarchyCell[][]mxCoordinateAssignment.previousLayerConnectedCacheA store of connections to the layer below for speedMethods in com.mxgraph.layout.hierarchical.stage with parameters of type mxGraphAbstractHierarchyCellModifier and TypeMethodDescriptionprotected booleanmxCoordinateAssignment.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 rankprotected voidmxCoordinateAssignment.setEdgePosition(mxGraphAbstractHierarchyCell cell) Fixes the control pointsprotected voidmxCoordinateAssignment.setVertexLocation(mxGraphAbstractHierarchyCell cell) Fixes the position of the specified vertexConstructors in com.mxgraph.layout.hierarchical.stage with parameters of type mxGraphAbstractHierarchyCellModifierConstructorDescriptionWeightedCellSorter(mxGraphAbstractHierarchyCell cell, int weightedValue)