Uses of Interface
com.axis.system.jenkins.plugins.downstream.tree.TreeLaminator.ChildrenFunction
-
Packages that use TreeLaminator.ChildrenFunction Package Description com.axis.system.jenkins.plugins.downstream.tree -
-
Uses of TreeLaminator.ChildrenFunction in com.axis.system.jenkins.plugins.downstream.tree
Methods in com.axis.system.jenkins.plugins.downstream.tree with parameters of type TreeLaminator.ChildrenFunction Modifier and Type Method Description protected static <T> int
TreeLaminator. getShallowDepth(T node, TreeLaminator.ChildrenFunction<T> childNodes)
static <T> Matrix<T>
TreeLaminator. layoutTree(T rootNode, TreeLaminator.ChildrenFunction<T> children)
protected static <T> boolean
TreeLaminator. shallowFit(int row, int pos, T node, TreeLaminator.ChildrenFunction<T> childNodes, Matrix<T> matrix)
-