mxGraph 2.5.0.1


Uses of Class
com.mxgraph.layout.hierarchical.model.mxGraphAbstractHierarchyCell

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> mxGraphHierarchyEdge.getNextLayerConnectedCells(int layer)
          Returns the cells this cell connects to on the next layer up
 List<mxGraphAbstractHierarchyCell> mxGraphHierarchyNode.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> mxGraphHierarchyEdge.getPreviousLayerConnectedCells(int layer)
          Returns the cells this cell connects to on the next layer down
 List<mxGraphAbstractHierarchyCell> mxGraphHierarchyNode.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
 

Methods in com.mxgraph.layout.hierarchical.stage with parameters of type mxGraphAbstractHierarchyCell
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
 

Constructors in com.mxgraph.layout.hierarchical.stage with parameters of type mxGraphAbstractHierarchyCell
mxCoordinateAssignment.WeightedCellSorter(mxGraphAbstractHierarchyCell cell, int weightedValue)
           
 


mxGraph 2.5.0.1


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.