Class TreeFork

    • Constructor Detail

      • TreeFork

        public TreeFork​(TreeLeaf oldLeaf,
                        TreeLeaf newLeaf,
                        int newLeafPosition,
                        double proportionalDividerLocation)
        Constructor to create a fork element that is inserted between the specified parent and its former oldLeaf to carry newLeaf at the specified position.
        Parameters:
        oldLeaf -
        newLeaf -
        newLeafPosition -
        proportionalDividerLocation -