Class MultiRowTreeLayoutAlgorithm<V>

    • Field Detail

      • rowCount

        protected int rowCount
        keeps track of how many rows have been created
    • Constructor Detail

      • MultiRowTreeLayoutAlgorithm

        public MultiRowTreeLayoutAlgorithm()
    • Method Detail

      • buildTree

        protected Set<V> buildTree​(LayoutModel<V> layoutModel)
        Build the entire forest, first measuring the width and height, then possibly expanding the layout area, then placing the vertices under rows of tree roots
        Overrides:
        buildTree in class TreeLayoutAlgorithm<V>
        Parameters:
        layoutModel - the model to hold vertex positions
        Returns:
        the roots vertices of the tree
      • calculateWidth

        protected int calculateWidth​(LayoutModel<V> layoutModel,
                                     Collection<V> roots,
                                     Set<V> seen)
        Calculate the width of the entire forest
        Overrides:
        calculateWidth in class TreeLayoutAlgorithm<V>
        Parameters:
        layoutModel - the source of the graph and its vertices
        roots - the root vertices of the forest
        seen - a set of vertices that were already placed
        Returns:
      • calculateOverallHeight

        protected int calculateOverallHeight​(LayoutModel<V> layoutModel,
                                             Collection<V> roots,
                                             int overallWidth)
        Calculate the overall height of the entire forest
        Parameters:
        layoutModel - the source of the graph and its vertices
        roots - the roots of the trees in the forest
        overallWidth - the previously measured overall width of the forest
        Returns:
        the overall height