Package cz.vutbr.fit.layout.cormier.impl
Class Utils
- java.lang.Object
-
- cz.vutbr.fit.layout.cormier.impl.Utils
-
public class Utils extends Object
- Author:
- František Maštera
-
-
Constructor Summary
Constructors Constructor Description Utils()
-
-
-
Method Detail
-
getDepth
public static <T extends GenericTreeNode<T>> int getDepth(T area)
- Returns:
- The depth of the given node within its tree, using its
GenericTreeNode.getParent()method.
-
-